diff options
Diffstat (limited to 'cc3200/mods/pybextint.c')
-rw-r--r-- | cc3200/mods/pybextint.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/cc3200/mods/pybextint.c b/cc3200/mods/pybextint.c index ca0d3de739..a98dbdba78 100644 --- a/cc3200/mods/pybextint.c +++ b/cc3200/mods/pybextint.c @@ -29,14 +29,10 @@ #include <stddef.h> #include <string.h> -#include "mpconfig.h" +#include "py/mpstate.h" #include MICROPY_HAL_H -#include "py/nlr.h" -#include "misc.h" -#include "qstr.h" #include "py/runtime.h" #include "py/gc.h" -#include "py/pfenv.h" #include "py/objlist.h" #include "inc/hw_types.h" #include "inc/hw_gpio.h" @@ -49,7 +45,6 @@ #include "pybextint.h" #include "mpexception.h" #include "interrupt.h" -#include "mpstate.h" #include "cc3200_asm.h" /// \moduleref pyb |