SNIC UART Interface library for Murata Type-YD module

Dependents:   WebSocketServerTest

Fork of SNICInterface_mod by Toyomasa Watarai

Revision:
37:f3a2053627c2
Parent:
34:8c3527b8f44e
Child:
38:f13e4e563d65
--- a/Socket/TCPSocketConnection.cpp	Thu Jun 19 10:15:47 2014 +0000
+++ b/Socket/TCPSocketConnection.cpp	Tue Jun 24 06:24:23 2014 +0000
@@ -51,7 +51,6 @@
         printf("createSocket error : %d\r\n", ret);
         return -1;
     }
-    printf("socket created : %d\r\n", mSocketID);
 
     int ip_addr = resolveHostName( host_p );
     //lcd_printf("connect to [%s](%08x)\r\n", host_p, ip_addr);