cc3100_Socket_Wifi_Server with Ethernet Interface not working

Dependencies:   EthernetInterface mbed-rtos mbed

Fork of cc3100_Test_Demo by David Fletcher

Revision:
7:0687d16b9781
Parent:
0:e89ba455dbcf
--- a/simplelink/cc3100_spi.cpp	Thu Mar 19 15:39:08 2015 +0000
+++ b/simplelink/cc3100_spi.cpp	Thu Sep 03 13:43:50 2015 +0000
@@ -47,7 +47,7 @@
     : _wlan_irq(cc3100_irq), _wlan_nHIB(cc3100_nHIB), _wlan_cs(cc3100_cs), _wlan_spi(cc3100_spi), _driver(driver)
 {
 
-    _wlan_spi.format(8,1);
+    _wlan_spi.format(8,0);
     _wlan_spi.frequency(16000000);
     _wlan_irq.rise(this, &cc3100_spi::IntSpiGPIOHandler);      //_SlDrvRxIrqHandler is triggered after IntSpiGPIOHandler
     _wlan_nHIB = 0;