nxstyle: add Mixed Case exceptions
Add _Far and _Erom to the mixed case exceptions Ref: nuttx/compiler.h Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>
This commit is contained in:
parent
67bd7824e4
commit
2a03582541
@ -263,6 +263,13 @@ static const char *g_white_list[] =
|
||||
"ASCII_y",
|
||||
"ASCII_z",
|
||||
|
||||
/* Ref:
|
||||
* nuttx/compiler.h
|
||||
*/
|
||||
|
||||
"_Far",
|
||||
"_Erom",
|
||||
|
||||
NULL
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user