diff --git a/tools/nxstyle.c b/tools/nxstyle.c index 37efec7020..a716ea1935 100644 --- a/tools/nxstyle.c +++ b/tools/nxstyle.c @@ -263,6 +263,13 @@ static const char *g_white_list[] = "ASCII_y", "ASCII_z", +/* Ref: + * nuttx/compiler.h + */ + + "_Far", + "_Erom", + NULL };