Modularizando o src

Dependencies:   EALib EthernetInterface_vz mbed-rtos mbed

Fork of header_main_colinas_V0-20-09-14 by VZTECH

Revision:
100:09a23fcd3bdf
Parent:
74:81c47fff88a5
Child:
105:a930035b6556
--- a/flood.cpp	Mon Jan 19 18:00:42 2015 +0000
+++ b/flood.cpp	Thu Feb 12 16:42:35 2015 +0000
@@ -19,11 +19,9 @@
         }
         flood_start++;
         Bflood[6] = 0x40;
-        //xmemcpy( TXBuffer, Bflood, 300 );
-        //xmemcpy( cb_tx_buffer, Bflood, 300 );
 
         send2callboxes( Bflood );
-        pc.printf("F");
+        if( debug_uart3 ) pc.printf("F");
         if( tcp_session ){
             tcp_client.send_all( "F", strlen( "F" ) );
         }