Simple LED control project using CC3100 as Access Point and socket

Dependencies:   mbed

Fork of cc3100_Test_Demo by David Fletcher

Revision:
9:30d6c10d4eab
Parent:
6:778b081f6a13
diff -r 2acb25effa3a -r 30d6c10d4eab simplelink/cc3100_socket.cpp
--- a/simplelink/cc3100_socket.cpp	Thu May 25 16:58:17 2017 +0000
+++ b/simplelink/cc3100_socket.cpp	Fri May 26 07:25:06 2017 +0000
@@ -169,7 +169,7 @@
     _SocketResponse_t	Rsp;
 } _SlSockSocketMsg_u;
 
-#if _SL_INCLUDE_FUNC(sl_Socket)
+//#if _SL_INCLUDE_FUNC(sl_Socket)
 const _SlCmdCtrl_t _SlSockSocketCmdCtrl = {
     SL_OPCODE_SOCKET_SOCKET,
     sizeof(_SocketCommand_t),
@@ -192,7 +192,7 @@
         return (int16_t)((uint8_t)Msg.Rsp.sd);
     }
 }
-#endif
+//#endif
 
 /*******************************************************************************/
 /*  sl_Close  */