diff options
author | Damien George <damien.p.george@gmail.com> | 2014-10-06 15:40:25 +0000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2014-10-06 15:40:25 +0000 |
commit | fec70ad36941f5db5329c86c2b2c0bc596d1ccfb (patch) | |
tree | be2687fd85ab4900817185bce7abaca9ac91c35d /stmhal/main.c | |
parent | 9336ee320a85527942d9ca2ddb95221d90582da0 (diff) | |
download | micropython-fec70ad36941f5db5329c86c2b2c0bc596d1ccfb.tar.gz micropython-fec70ad36941f5db5329c86c2b2c0bc596d1ccfb.zip |
stmhal: Remove long-obsolete pybwlan.[ch] files from old CC3k driver.
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. |