token.l should use nuttx/config.h not config.h
This commit is contained in:
parent
bd6f22738c
commit
9a93775b5f
@ -1,7 +1,7 @@
|
||||
/* Tokens and token sequence arrays. */
|
||||
%{
|
||||
/* #includes */ /*{{{C}}}*//*{{{*/
|
||||
#include "config.h"
|
||||
#include <nuttx/config.h>
|
||||
|
||||
#include <assert.h>
|
||||
#include <ctype.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user