tools: nxstyle: add "NimMain" to whitelists.

Signed-off-by: Takeyoshi Kikuchi <kikuchi@centurysys.co.jp>
This commit is contained in:
Takeyoshi Kikuchi
2023-02-26 15:48:03 +09:00
committed by Xiang Xiao
parent 89e8409244
commit b901837f52
+6
View File
@@ -499,6 +499,12 @@ static const char *g_white_list[] =
"CMUnitTest",
/* Ref:
* apps/examples/hello_nim/hello_nim_main.c
*/
"NimMain",
NULL
};