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:
99:e80850c51106
Child:
104:62646ef786a3
--- a/fw_handler.cpp	Mon Jan 19 18:00:42 2015 +0000
+++ b/fw_handler.cpp	Thu Feb 12 16:42:35 2015 +0000
@@ -41,9 +41,9 @@
         //debug_msg(""); 
         if( fread( (void *)buff_port, 1, 32, fp ) > 0 ) {
             fw_port = atoi( buff_port );
-            if( debug_fw ) debug_msg( "fw server port %d", fw_port );
+            if( debug_fw ) send_msg( "fw server port %d", fw_port );
         } else {
-            if( debug_fw ) debug_msg( "Failed to read /qspi/fw_port.txt" );
+            if( debug_fw ) send_msg( "Failed to read /qspi/fw_port.txt" );
             fw_port = __FW_SERVER_PORT__;
         }
     }