diff options
Diffstat (limited to 'stmhal/lexerfatfs.c')
-rw-r--r-- | stmhal/lexerfatfs.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/stmhal/lexerfatfs.c b/stmhal/lexerfatfs.c index ddab89a5c3..39b8fefa92 100644 --- a/stmhal/lexerfatfs.c +++ b/stmhal/lexerfatfs.c @@ -28,7 +28,6 @@ #include "py/lexer.h" #include "lib/fatfs/ff.h" -#include "lexerfatfs.h" typedef struct _mp_lexer_file_buf_t { FIL fp; |