From 35edba66917a5a6a4d7cf9488ace7b52b9bc122c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BD=AD=E5=86=A0=E5=A5=87?= Date: Thu, 8 Jul 2021 06:07:30 +0000 Subject: [PATCH] update base/include/errors.h. add distributedhardware subsystem --- 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