summaryrefslogtreecommitdiff
path: root/drivers/cc3000/src/ccspi.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/cc3000/src/ccspi.c')
-rw-r--r--drivers/cc3000/src/ccspi.c10
1 files changed, 3 insertions, 7 deletions
diff --git a/drivers/cc3000/src/ccspi.c b/drivers/cc3000/src/ccspi.c
index 68d2da7c1..0e1ba7ad0 100644
--- a/drivers/cc3000/src/ccspi.c
+++ b/drivers/cc3000/src/ccspi.c
@@ -34,13 +34,9 @@
#include <string.h>
-#include "stm32f4xx_hal.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/obj.h"
+#include "py/runtime.h"
#include "pin.h"
#include "led.h"
#include "extint.h"