UDPversion

Dependencies:   XBee mbed NetServicesMin

Revision:
1:3a46d2725374
Parent:
0:84a3b029656e
--- a/tcpip/tcp_client.cpp	Sat Apr 14 03:53:45 2012 +0000
+++ b/tcpip/tcp_client.cpp	Sun Apr 15 10:49:08 2012 +0000
@@ -58,9 +58,9 @@
 }
 
 void checkConnect(void){
+#ifdef DEBUG
 static uint16_t checkSendCount=0;
-//    if(iPadServerStatus != close) return;
-    
+#endif    
     char d = kHealthCheckmbed;
     
     udpSend( &d , 1 );