diff options
Diffstat (limited to 'stmhal/modselect.c')
| -rw-r--r-- | stmhal/modselect.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/stmhal/modselect.c b/stmhal/modselect.c index 6213b4b2d..1c4ae0845 100644 --- a/stmhal/modselect.c +++ b/stmhal/modselect.c @@ -10,15 +10,8 @@ #include "portmodules.h" #include "hci.h" -#include "ccspi.h" -#include "wlan.h" #include "socket.h" -#include "nvmem.h" #include "netapp.h" -#include "evnt_handler.h" -#include "patch_prog.h" - -#if MICROPY_HW_ENABLE_CC3K #define MP_ASSERT_TYPE(obj, type) \ do { \ @@ -147,5 +140,3 @@ const mp_obj_module_t select_module = { .name = MP_QSTR_select, .globals = (mp_obj_dict_t*)&select_module_globals, }; - -#endif // MICROPY_HW_ENABLE_CC3K |
