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:
Alin Jerpelea 2021-03-29 20:28:58 +02:00 committed by David Sidrane
parent 67bd7824e4
commit 2a03582541

View File

@ -263,6 +263,13 @@ static const char *g_white_list[] =
"ASCII_y",
"ASCII_z",
/* Ref:
* nuttx/compiler.h
*/
"_Far",
"_Erom",
NULL
};