!68 将 syscap 字符串最大长度调整为 256。

Merge pull request !68 from chenyude/rpcid_len
This commit is contained in:
openharmony_ci
2022-06-17 10:07:35 +00:00
committed by Gitee
3 changed files with 12 additions and 13 deletions
+1 -1
View File
@@ -17,7 +17,7 @@
#define _SYSCAP_DEFINE_H
typedef struct SystemCapabilityWithNum {
char syscapStr[128];
char syscapStr[256];
uint16_t num;
} SyscapWithNum;