Host library for controlling a WiConnect enabled Wi-Fi module.

Dependents:   wiconnect-ota_example wiconnect-web_setup_example wiconnect-test-console wiconnect-tcp_server_example ... more

Revision:
39:a963f69cb2de
Parent:
29:b6af04b77a56
--- a/api/types/WiconnectSocket.h	Thu Nov 27 10:27:18 2014 +0000
+++ b/api/types/WiconnectSocket.h	Mon Feb 23 20:30:18 2015 -0800
@@ -42,7 +42,10 @@
  */
 class WiconnectSocket
 {
-public:
+public:
+#undef putc
+#undef puts
+#undef getc
     WiconnectSocket(int rxBufferLen = 0, void *rxBuffer = NULL, int txBufferLen = 0, void *txBuffer = NULL);
     ~WiconnectSocket();