From 551497f0d8698a1a11353e2c8a7d9556bf9e9e02 Mon Sep 17 00:00:00 2001 From: pengguanqi Date: Thu, 8 Jul 2021 14:30:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=88=86=E5=B8=83=E5=BC=8F?= =?UTF-8?q?=E7=A1=AC=E4=BB=B6=E5=AD=90=E7=B3=BB=E7=BB=9F=E9=94=99=E8=AF=AF?= =?UTF-8?q?=E7=A0=81=E5=AE=9A=E4=B9=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: pengguanqi Change-Id: If778b5b99cb5c5ddba2a29b0a4a32bb0b2ae0a37 --- 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 26e9128..d2b43fb 100755 --- a/base/include/errors.h +++ b/base/include/errors.h @@ -78,7 +78,8 @@ enum { SUBSYS_USB = 42, SUBSYS_WEARABLE = 43, SUBSYS_WEARABLEHARDWARE = 44, - SUBSYS_IVI = 45 + SUBSYS_IVI = 45, + SUBSYS_DISTRIBUTEDHARDWARE = 46 // new type }; -- Gitee