mirror of
https://github.com/apache/nuttx.git
synced 2026-05-27 11:26:12 +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",
|
"idVendor",
|
||||||
"idProduct",
|
"idProduct",
|
||||||
|
|
||||||
|
/* Ref:
|
||||||
|
* sim/posix/sim_hostmisc.c
|
||||||
|
*/
|
||||||
|
|
||||||
|
"_NSGetExecutablePath",
|
||||||
|
|
||||||
/* Ref:
|
/* Ref:
|
||||||
* arch/arm/src/nrf52/sdc/nrf.h
|
* arch/arm/src/nrf52/sdc/nrf.h
|
||||||
* arch/arm/src/nrf53/sdc/nrf.h
|
* arch/arm/src/nrf53/sdc/nrf.h
|
||||||
|
|||||||
Reference in New Issue
Block a user