summaryrefslogtreecommitdiff
path: root/cc3200/mptask.c
diff options
context:
space:
mode:
authordanicampora <danicampora@gmail.com>2015-03-19 15:17:39 +0100
committerdanicampora <danicampora@gmail.com>2015-03-21 11:26:47 +0100
commitcd9bc14c8f524834578d3e7b2ee8ecf4fbc8ea3e (patch)
tree9492ef0dfafa5fd515ceb814f63326216bd70940 /cc3200/mptask.c
parentc45e641c1de2d7ad44cbe584377de7c92fb4d762 (diff)
cc3200: Add SPI module.
Only MASTER mode is supported. Transfer width is configurable to 8, 16 or 32 bits.
Diffstat (limited to 'cc3200/mptask.c')
-rw-r--r--cc3200/mptask.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/cc3200/mptask.c b/cc3200/mptask.c
index 75991b3e9..91ca696d0 100644
--- a/cc3200/mptask.c
+++ b/cc3200/mptask.c
@@ -241,10 +241,7 @@ soft_reset_exit:
pybsd_deinit();
#endif
- printf("PYB: soft reboot\n");
-
- // wait for all bus transfers to complete
- HAL_Delay(50);
+ printf("WiPy: soft reset\n");
// disable wlan
wlan_stop(SL_STOP_TIMEOUT_LONG);