mirror of
https://github.com/apache/nuttx.git
synced 2025-12-10 12:14:36 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user