From abe26bab8bfdbfee45a2b13558300372d5aef8d7 Mon Sep 17 00:00:00 2001 From: YWD Date: Thu, 19 Dec 2024 18:29:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E4=B8=80=E4=B8=AAserial?= =?UTF-8?q?=E9=94=99=E8=AF=AF=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: YWD --- base/include/errors.h | 1 + 1 file changed, 1 insertion(+) diff --git a/base/include/errors.h b/base/include/errors.h index 121c56f..7db3e40 100644 --- a/base/include/errors.h +++ b/base/include/errors.h @@ -93,6 +93,7 @@ enum { SUBSYS_DEVICEPROFILE = 47, SUBSYS_CUSTOMIZATION = 48, SUBSYS_FILEMANAGEMENT = 49, + SUBSYS_SERIAL = 50, // new type }; -- Gitee