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.cpp	Mon May 11 19:21:39 2015 +0000
+++ b/debug.cpp	Wed May 13 14:25:57 2015 +0000
@@ -103,7 +103,8 @@
 bool debug_reconnect = false;
 uint16_t miss_ftp_udp_send_pkg = 0;
 bool sizes = false;
-bool debug_show_cpld = false;
+bool debug_show_tx_cpld = false;
+bool debug_show_rx_cpld = false;
 bool debug_gp = false;
 bool missed_send_udp_pkg = false;
 bool reset_missed_send_udp_pkg = false;
@@ -115,4 +116,5 @@
 bool debug_app_init = true;
 bool debug_string_length = false;
 bool show_current_time = false;
-bool dmissed_wdt = false;
\ No newline at end of file
+bool dmissed_wdt = false;
+bool debug_hello = false;
\ No newline at end of file