change max syscap string len form 128 to 256.

Signed-off-by: yudechen <chenyude@huawei.com>
Change-Id: I8f47a5768167f38a474e9c67caed15422272321d
This commit is contained in:
yudechen
2022-06-17 15:47:39 +08:00
parent fea992aa41
commit fd23056d4e
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;