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.
Fork of cc3000_hostdriver_mbedsocket by
Diff: cc3000.cpp
- Revision:
- 16:f3676ae62f96
- Parent:
- 14:28c8bbbea025
- Parent:
- 12:1c2a856c618a
- Child:
- 19:9fdf8b4e41bf
- Child:
- 23:fed7f64dd520
diff -r aae737ca3dd2 -r f3676ae62f96 cc3000.cpp
--- 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;
         }
     }
    