From 388c98919009751e037d0199a63a12c4ef221d9e Mon Sep 17 00:00:00 2001 From: caiminggang Date: Fri, 11 Mar 2022 11:48:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9Ecustomization=20log=20lable?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: caiminggang --- base/include/errors.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/base/include/errors.h b/base/include/errors.h index 305bb10..d439e1d 100755 --- a/base/include/errors.h +++ b/base/include/errors.h @@ -80,7 +80,8 @@ enum { SUBSYS_WEARABLEHARDWARE = 44, SUBSYS_IVI = 45, SUBSYS_DISTRIBUTEDHARDWARE = 46, - SUBSYS_DEVICEPROFILE = 47 + SUBSYS_DEVICEPROFILE = 47, + SUBSYS_CUSTOMIZATION = 48 // new type }; -- Gitee