aboutsummaryrefslogtreecommitdiff
path: root/stmhal/lexerfatfs.c
diff options
context:
space:
mode:
authorDamien George2015-03-20 22:27:34 +0000
committerDamien George2015-03-20 22:27:34 +0000
commit7674da8057b5236373345350acd2a7513377d393 (patch)
tree95c2fa86be688e2dc01fb8159248a43f3a12f09e /stmhal/lexerfatfs.c
parent69922c602cea2b54c30b04078f066717b18425d6 (diff)
stmhal: Remove some unnecessary declarations, purely for cleanup.
Diffstat (limited to 'stmhal/lexerfatfs.c')
-rw-r--r--stmhal/lexerfatfs.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/stmhal/lexerfatfs.c b/stmhal/lexerfatfs.c
index ddab89a5c..39b8fefa9 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;