diff options
Diffstat (limited to 'stmhal/main.c')
-rw-r--r-- | stmhal/main.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/stmhal/main.c b/stmhal/main.c index 20db6ca4a3..74a9c4c053 100644 --- a/stmhal/main.c +++ b/stmhal/main.c @@ -62,7 +62,6 @@ #include "accel.h" #include "servo.h" #include "dac.h" -#include "pybwlan.h" #include "pybstdio.h" #include "modnetwork.h" @@ -503,12 +502,6 @@ soft_reset: dac_init(); #endif -#if MICROPY_HW_ENABLE_CC3K - // wifi using the CC3000 driver - pyb_wlan_init(); - pyb_wlan_start(); -#endif - mod_network_init(); // At this point everything is fully configured and initialised. |