mirror of
https://github.com/openharmony/developtools_syscap_codec.git
synced 2026-08-27 02:11:19 -04:00
!68 将 syscap 字符串最大长度调整为 256。
Merge pull request !68 from chenyude/rpcid_len
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
#define _SYSCAP_DEFINE_H
|
||||
|
||||
typedef struct SystemCapabilityWithNum {
|
||||
char syscapStr[128];
|
||||
char syscapStr[256];
|
||||
uint16_t num;
|
||||
} SyscapWithNum;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user