diff options
Diffstat (limited to 'stmhal/modsocket.c')
| -rw-r--r-- | stmhal/modsocket.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/stmhal/modsocket.c b/stmhal/modsocket.c index 1b7f0d28f..893d0393f 100644 --- a/stmhal/modsocket.c +++ b/stmhal/modsocket.c @@ -16,18 +16,10 @@ #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" #include "inet_ntop.h" #include "inet_pton.h" -#if MICROPY_HW_ENABLE_CC3K - #define EPIPE (32) #define MAX_FD (8) #define MAX_ADDRSTRLEN (128) @@ -360,5 +352,3 @@ const mp_obj_module_t socket_module = { .name = MP_QSTR_socket, .globals = (mp_obj_dict_t*)&socket_module_globals, }; - -#endif // MICROPY_HW_ENABLE_CC3K |
