fix: modify syscap_define.h and clear compile warnings.

Signed-off-by: yudechen <chenyude@huawei.com>
Change-Id: I1e5abe8d15aa4096d2c48621a7fdb790c0dd4697
This commit is contained in:
yudechen
2022-07-21 11:47:27 +08:00
parent f0cc341378
commit 6ae563ee7c
4 changed files with 12 additions and 9 deletions
+1 -1
View File
@@ -29,7 +29,7 @@
printf("ERROR: [%s: %d] -> ", __FILE__, __LINE__); \
printf(__VA_ARGS__); \
} while (0)
#define SYSCAP_VERSION "1.1.1"
#define SYSCAP_VERSION "1.1.2"
#define OUTPUT_VERSION_LEN 200
#define ENCODE 0
#define DECODE 1