diff --git a/tools/nxstyle.c b/tools/nxstyle.c index 933ce96de8..c2d71e33c0 100644 --- a/tools/nxstyle.c +++ b/tools/nxstyle.c @@ -499,6 +499,12 @@ static const char *g_white_list[] = "CMUnitTest", + /* Ref: + * apps/examples/hello_nim/hello_nim_main.c + */ + + "NimMain", + NULL };