Kojto CC3000 Hostdriver With Mbed Socket interface

Dependents:   WiFiDip-KitchenSink WiFiDip-UsbKitchenSink WiFiDipCortexSensor WifiDipCortex-UDPDemo

Fork of cc3000_hostdriver_mbedsocket by Martin Kojtal

Revision:
16:f3676ae62f96
Parent:
13:28c8bbbea025
Parent:
15:1c2a856c618a
Child:
20:9fdf8b4e41bf
Child:
23:fed7f64dd520
--- a/cc3000.cpp	Wed Oct 02 15:29:26 2013 +0000
+++ b/cc3000.cpp	Wed Oct 02 16:00:41 2013 +0000
@@ -141,9 +141,9 @@
         wait_ms(100);
 
     }
-
+    
     DBG_CC("Smartconfig finished");
-
+    
 #ifndef CC3000_UNENCRYPTED_SMART_CONFIG
     // create new entry for AES encryption key
     _nvmem.create_entry(NVMEM_AES128_KEY_FILEID, 16);
@@ -204,9 +204,9 @@
         /* timeout 10 seconds */
         if (t.read_ms() > 10000){
             ret = false;
-
+            
             DBG_CC("Connection to AP failed");
-
+            
             break;
         }
     }