Simple LED control project using CC3100 as Access Point and socket

Dependencies:   mbed

Fork of cc3100_Test_Demo by David Fletcher

Revision:
2:b3fd5b3d9860
Parent:
0:e89ba455dbcf
Child:
3:b89198ac2efe
diff -r c73566c6788a -r b3fd5b3d9860 simplelink/cc3100.cpp
--- a/simplelink/cc3100.cpp	Tue Feb 10 12:58:16 2015 +0000
+++ b/simplelink/cc3100.cpp	Sun Feb 15 11:01:37 2015 +0000
@@ -45,7 +45,7 @@
 #include "cc3100.h"
 
 #include "fPtr_func.h"
-//#include "GetSNTPTime.h"
+
 
 namespace mbed_cc3100 {	
 
@@ -751,7 +751,7 @@
 */
 int32_t cc3100::establishConnectionWithAP()
 {
-    //printf(" cc3100::establishConnectionWithAP \n\r");
+
     SlSecParams_t secParams = {0};
     int32_t retVal = 0;