nxstyle: ignore mixed-case identifiers for Lua types

This commit is contained in:
Michael Mogenson
2022-03-20 23:32:20 +08:00
committed by Xiang Xiao
parent 8391ad2721
commit 2c450be9e8
+2
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
};