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:
81:3656f00ab3db
Child:
119:ee6a53069455
--- a/eth.cpp	Mon Jan 19 18:00:42 2015 +0000
+++ b/eth.cpp	Thu Feb 12 16:42:35 2015 +0000
@@ -7,7 +7,7 @@
     char buff_ip[ 16 ] = "";
     char buff_msk[ 16 ] = "";
     char buff_gtw[ 16 ] = "";
-    pc.printf("\n\r");
+    if( debug_uart3 ) pc.printf("\n\r");
     FILE *fp = fopen( "/qspi/myip.txt", "r");
     if( fp == NULL ){
         if( debug_file ) debug_msg("Failed to open /qspi/myip.txt" );