mirror of
https://github.com/openharmony/developtools_syscap_codec.git
synced 2026-08-27 20:29:57 -04:00
change max syscap string len form 128 to 256.
Signed-off-by: yudechen <chenyude@huawei.com> Change-Id: I8f47a5768167f38a474e9c67caed15422272321d
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