From b901837f524cbc3b8e768f964b71c25f2cf9186a Mon Sep 17 00:00:00 2001 From: Takeyoshi Kikuchi Date: Sun, 26 Feb 2023 15:48:03 +0900 Subject: [PATCH] tools: nxstyle: add "NimMain" to whitelists. Signed-off-by: Takeyoshi Kikuchi --- tools/nxstyle.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tools/nxstyle.c b/tools/nxstyle.c index 933ce96de87..c2d71e33c0f 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 };