summaryrefslogtreecommitdiffstatshomepage
path: root/stmhal/main.c
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2014-10-06 15:40:25 +0000
committerDamien George <damien.p.george@gmail.com>2014-10-06 15:40:25 +0000
commitfec70ad36941f5db5329c86c2b2c0bc596d1ccfb (patch)
treebe2687fd85ab4900817185bce7abaca9ac91c35d /stmhal/main.c
parent9336ee320a85527942d9ca2ddb95221d90582da0 (diff)
downloadmicropython-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.c7
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.