tools: nxstyle: add "NimMain" to whitelists.
Signed-off-by: Takeyoshi Kikuchi <kikuchi@centurysys.co.jp>
This commit is contained in:
parent
89e8409244
commit
b901837f52
|
@ -499,6 +499,12 @@ static const char *g_white_list[] =
|
|||
|
||||
"CMUnitTest",
|
||||
|
||||
/* Ref:
|
||||
* apps/examples/hello_nim/hello_nim_main.c
|
||||
*/
|
||||
|
||||
"NimMain",
|
||||
|
||||
NULL
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue