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/debug.cpp	Mon Jan 19 18:00:42 2015 +0000
+++ b/debug.cpp	Thu Feb 12 16:42:35 2015 +0000
@@ -22,9 +22,7 @@
 }
 
 bool debug_invite = false;
-//bool debug_invite = true;
 bool debug_sip = false;
-//bool debug_sip = true;
 bool debug_vector = false;
 bool debug_cb = false;
 bool debug_main = false;
@@ -37,8 +35,8 @@
 bool debug_prompt_eth = false;
 bool debug_file = false;
 bool debug_prompt = false;
-//bool dparallel = false;
-bool dparallel = true;
+bool dparallel = false;
+//bool dparallel = true;
 bool dbl = false;
 bool udp_request = false;
 bool cb_session = false;
@@ -58,10 +56,10 @@
 bool debug_out_of_range = false;
 bool debug_wdt = false;
 bool wdt_show = false;
-//bool debug_muted = false;
-bool debug_muted = true;
-bool debug_rtp = true;
-//bool debug_rtp = false
+bool debug_muted = false;
+//bool debug_muted = true;
+//bool debug_rtp = true;
+bool debug_rtp = false;
 //bool debug_memory = false;
 bool debug_memory = false;
 //bool debug_registry_rcv = true;
@@ -71,4 +69,6 @@
 //bool debug_fw = false;
 bool debug_fw = true;
 bool debug_fw_print = false;
-
+bool debug_uart3 = false;
+bool big_bug_pkg = false;
+bool flood_bug_pkg = false;