Modularizando o src

Dependencies:   EALib EthernetInterface_vz mbed-rtos mbed

Fork of header_main_colinas_V0-20-09-14 by VZTECH

Revision:
45:c80574f24dc3
Parent:
44:cc4996469404
Child:
48:195c97f12e8e
--- a/debug.h	Mon Oct 06 19:26:36 2014 +0000
+++ b/debug.h	Tue Oct 07 12:10:36 2014 +0000
@@ -22,7 +22,7 @@
   if( from_eth ){ \
     if( tcp_session ){ \
         strcat( debug_msg1, "\n\r" ); \
-        eth_client.send_all( debug_msg1, strlen( debug_msg1 ) ); \
+        tcp_client.send_all( debug_msg1, strlen( debug_msg1 ) ); \
     } \
   } \
 }