Modularizando o src

Dependencies:   EALib EthernetInterface_vz mbed-rtos mbed

Fork of header_main_colinas_V0-20-09-14 by VZTECH

Revision:
108:18a3702650f3
Parent:
106:a34fcf9f0e02
Child:
109:a5b8264ffbbc
--- a/debug.cpp	Mon Mar 16 14:05:05 2015 +0000
+++ b/debug.cpp	Wed Mar 18 13:33:54 2015 +0000
@@ -16,7 +16,8 @@
 uint16_t miss_udp_prompt_send_pkg = 0;
 
 bool debug_invite = false;
-bool debug_sip = false;
+//bool debug_sip = false;
+bool debug_sip = true;
 bool debug_vector = false;
 bool debug_cb = false;
 bool debug_main = false;
@@ -30,6 +31,8 @@
 bool debug_file = true;
 bool debug_prompt = false;
 bool dparallel = false;
+bool dshow_rtp = false;
+bool dcallshow_rtp = false;
 //bool dparallel = true;
 bool dbl = false;
 bool cb_session = false;
@@ -53,8 +56,8 @@
 bool wdt_show = false;
 bool debug_muted = false;
 //bool debug_muted = true;
-//bool debug_rtp = true;
-bool debug_rtp = false;
+bool debug_rtp = true;
+//bool debug_rtp = false;
 //bool debug_memory = false;
 bool debug_memory = false;
 //bool debug_registry_rcv = true;
@@ -72,5 +75,6 @@
 bool reset_missed_send_udp_pkg = false;
 bool debug_missed = false;
 bool show_uptime = false;
+bool debug_reset_rtp = false;
 uint16_t miss_ftp_udp_send_pkg = 0;
 uint16_t deleted_sip = 0;
\ No newline at end of file