forked from nuttx/nuttx-update
tools/nxstyle: add "_NSGetExecutablePath" into ignore list
sim/posix/sim_hostmisc.c:128:6: error: Mixed case identifier found Signed-off-by: chao an <anchao@xiaomi.com>
This commit is contained in:
parent
150e5a1a0f
commit
50cf3d8577
1 changed files with 6 additions and 0 deletions
|
@ -535,6 +535,12 @@ static const char *g_white_content_list[] =
|
|||
"idVendor",
|
||||
"idProduct",
|
||||
|
||||
/* Ref:
|
||||
* sim/posix/sim_hostmisc.c
|
||||
*/
|
||||
|
||||
"_NSGetExecutablePath",
|
||||
|
||||
/* Ref:
|
||||
* arch/arm/src/nrf52/sdc/nrf.h
|
||||
* arch/arm/src/nrf53/sdc/nrf.h
|
||||
|
|
Loading…
Reference in a new issue