aboutsummaryrefslogtreecommitdiff
path: root/cc3200/mptask.c
diff options
context:
space:
mode:
authorDaniel Campora2015-05-01 23:09:29 +0200
committerDaniel Campora2015-05-03 11:21:14 +0200
commitf54bdecff25121c741d7d3368f43a28123c88c30 (patch)
treefdd832c5a278b0bba35325b771e2c22220c9f496 /cc3200/mptask.c
parent71d482df4719c08436c90cbdb09f169cc00737af (diff)
cc3200: Implement Sleep.wake_reason()
Diffstat (limited to 'cc3200/mptask.c')
-rw-r--r--cc3200/mptask.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cc3200/mptask.c b/cc3200/mptask.c
index 6d3ef825d..4c077107f 100644
--- a/cc3200/mptask.c
+++ b/cc3200/mptask.c
@@ -273,7 +273,7 @@ STATIC void mptask_pre_init (void) {
pybsleep_pre_init();
// this one allocates mameory for the WLAN semaphore
- wlan_init0();
+ wlan_pre_init();
#if MICROPY_HW_HAS_SDCARD
pybsd_init0();