Added mutex for multiple SPI devices on the same SPI bus
Fork of cc3000_hostdriver_mbedsocket by
Diff: cc3000.cpp
- Revision:
- 38:1d374a7f0c0d
- Parent:
- 32:e62d7252401e
- Child:
- 39:03ac37ab34eb
--- a/cc3000.cpp Tue Oct 08 16:38:08 2013 +0200
+++ b/cc3000.cpp Tue Oct 08 22:37:53 2013 +0000
@@ -118,7 +118,7 @@
void cc3000::start_smart_config(const uint8_t *smart_config_key) {
// Reset all the previous configuration
_wlan.ioctl_set_connection_policy(0, 0, 0);
- _wlan.ioctl_del_profile(255);
+ //_wlan.ioctl_del_profile(255);
//Wait until CC3000 is disconected
while (_status.connected == 1)
