From 189046b0efafe82555ca29201d7da0ce9c362a46 Mon Sep 17 00:00:00 2001 From: lipengfei28 Date: Fri, 11 Oct 2024 17:37:50 +0800 Subject: [PATCH] white list: add cJSON Signed-off-by: lipengfei28 --- tools/nxstyle.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/nxstyle.c b/tools/nxstyle.c index 4e27d179996c7..dba9123e8767a 100644 --- a/tools/nxstyle.c +++ b/tools/nxstyle.c @@ -204,6 +204,7 @@ static const char *g_white_prefix[] = "b8", /* Ref: include/fixedmath.h */ "b16", /* Ref: include/fixedmath.h */ "b32", /* Ref: include/fixedmath.h */ + "cJSON", /* Ref: apps/wireless/wapi/src */ "ub8", /* Ref: include/fixedmath.h */ "ub16", /* Ref: include/fixedmath.h */ "ub32", /* Ref: include/fixedmath.h */