diff options
Diffstat (limited to 'cc3200/mods/modwlan.c')
-rw-r--r-- | cc3200/mods/modwlan.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cc3200/mods/modwlan.c b/cc3200/mods/modwlan.c index fb7a8a6fa3..2997e8d38d 100644 --- a/cc3200/mods/modwlan.c +++ b/cc3200/mods/modwlan.c @@ -30,10 +30,10 @@ #include "simplelink.h" #include "py/mpconfig.h" -#include MICROPY_HAL_H #include "py/obj.h" #include "py/objstr.h" #include "py/runtime.h" +#include "py/mphal.h" #include "inc/hw_types.h" #include "inc/hw_ints.h" #include "inc/hw_memmap.h" |