mirror of
https://github.com/apache/nuttx.git
synced 2025-12-10 04:04:18 +08:00
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:
committed by
David Sidrane
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
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user