Modularizando o src

Dependencies:   EALib EthernetInterface_vz mbed-rtos mbed

Fork of header_main_colinas_V0-20-09-14 by VZTECH

Revision:
113:db67ae00550e
Parent:
109:a5b8264ffbbc
Child:
114:472502b31a12
--- a/flood.cpp	Mon Apr 13 12:16:21 2015 +0000
+++ b/flood.cpp	Thu Apr 16 12:57:13 2015 +0000
@@ -22,7 +22,7 @@
 
         send2callboxes( Bflood );
         if( debug_uart3 ) pc.printf("F");
-        if( tcp_session ){
+        if( tcp_session && !udp_query ){
             tcp_client.send_all( "F", strlen( "F" ) );
         }
     }