summaryrefslogtreecommitdiff
path: root/stmhal/storage.c
diff options
context:
space:
mode:
Diffstat (limited to 'stmhal/storage.c')
-rw-r--r--stmhal/storage.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/stmhal/storage.c b/stmhal/storage.c
index 001d87afe..be5e400ed 100644
--- a/stmhal/storage.c
+++ b/stmhal/storage.c
@@ -28,11 +28,8 @@
#include <string.h>
#include <stm32f4xx_hal.h>
-#include "mpconfig.h"
-#include "misc.h"
+#include "py/obj.h"
#include "systick.h"
-#include "qstr.h"
-#include "obj.h"
#include "led.h"
#include "flash.h"
#include "storage.h"