Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: simplelink/cc3100_spi.cpp
- Revision:
- 14:90603ea1e85b
- Parent:
- 0:50cedd586816
- Child:
- 15:5433f9d94cd7
diff -r bf45f592c2b6 -r 90603ea1e85b simplelink/cc3100_spi.cpp
--- a/simplelink/cc3100_spi.cpp Mon Jul 13 08:20:40 2015 +0000
+++ b/simplelink/cc3100_spi.cpp Tue Aug 25 22:03:00 2015 +0000
@@ -61,7 +61,7 @@
// _sw2_irq.rise(this, &cc3100_spi::buttonHandler_2);
_wlan_nHIB = 0;
_wlan_cs = 1;
- wait_ms(200);
+// wait_ms(100);
}
@@ -127,7 +127,7 @@
{
// 50 ms delay
- wait_ms(50);
+ // wait_ms(50);
// Enable WLAN interrupt
cc3100_InterruptEnable();