1
0
Fork 0
forked from nuttx/nuttx-update

nxstyle: ignore mixed-case identifiers for Lua types

This commit is contained in:
Michael Mogenson 2022-03-19 12:22:42 -04:00 committed by Xiang Xiao
parent 8391ad2721
commit 2c450be9e8

View file

@ -203,6 +203,8 @@ static const char *g_white_prefix[] =
"ub32", /* Ref: include/fixedmath.h */
"ASCII_", /* Ref: include/nuttx/ascii.h */
"XK_", /* Ref: include/input/X11_keysymdef.h */
"lua_", /* Ref: apps/interpreters/lua/lua-5.x.x/src/lua.h */
"luaL_", /* Ref: apps/interpreters/lua/lua-5.x.x/src/lauxlib.h */
NULL
};