Modularizando o src

Dependencies:   EALib EthernetInterface_vz mbed-rtos mbed

Fork of header_main_colinas_V0-20-09-14 by VZTECH

Revision:
124:c1b6c893e1c3
Parent:
122:480c44b0e205
Child:
126:1f90756250fb
--- a/debug.h	Mon May 11 19:21:39 2015 +0000
+++ b/debug.h	Wed May 13 14:25:57 2015 +0000
@@ -103,7 +103,8 @@
 extern bool debug_wake;
 extern bool debug_muted;
 extern bool debug_cpld;
-extern bool debug_show_cpld;
+extern bool debug_show_tx_cpld;
+extern bool debug_show_rx_cpld;
 extern bool debug_cks_err;
 extern bool debug_ping;
 extern bool debug_refresh;
@@ -174,6 +175,7 @@
 extern bool debug_string_length;
 extern bool show_current_time;
 extern bool dmissed_wdt;
+extern bool debug_hello;
 
 /**
  * @Synopsis Função usada anteriormente para formatação da string que debug, não esta mais em uso.
@@ -206,7 +208,7 @@
   strncat( debug_msg1, debug_msg2, DEBUG_MSG_SIZE ); \
   if( debug_uart3  && !udp_query && !from_eth  ) pc.printf( "%s\n\r> ", debug_msg1 ); \
   if( tcp_session && !udp_query ){ \
-    strcat( debug_msg1, "\n\r" ); \
+    strcat( debug_msg1, "\n\r> " ); \
     while( !( tcp_client.send_all( debug_msg1, strlen( debug_msg1 ) ) ) ); \
   } \
   if( udp_query ){ \