summaryrefslogtreecommitdiffstatshomepage
path: root/stmhal/spi.c
diff options
context:
space:
mode:
Diffstat (limited to 'stmhal/spi.c')
-rw-r--r--stmhal/spi.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/stmhal/spi.c b/stmhal/spi.c
index 9e2aeffe06..364bf21691 100644
--- a/stmhal/spi.c
+++ b/stmhal/spi.c
@@ -27,12 +27,8 @@
#include <stdio.h>
#include <string.h>
-#include "mpconfig.h"
-#include "nlr.h"
-#include "misc.h"
-#include "qstr.h"
-#include "obj.h"
-#include "runtime.h"
+#include "py/nlr.h"
+#include "py/runtime.h"
#include "irq.h"
#include "pin.h"
#include "genhdr/pins.h"