Modularizando o src

Dependencies:   EALib EthernetInterface_vz mbed-rtos mbed

Fork of header_main_colinas_V0-20-09-14 by VZTECH

Revision:
89:0fe315117b00
Parent:
87:679ee0d594a9
Child:
98:43b45f26b430
--- a/debug.cpp	Tue Jan 06 16:39:09 2015 +0000
+++ b/debug.cpp	Wed Jan 07 21:48:53 2015 +0000
@@ -20,10 +20,10 @@
     return;
 }
 
-//bool debug_invite = false;
-bool debug_invite = true;
-//bool debug_sip = false;
-bool debug_sip = true;
+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;
@@ -59,4 +59,6 @@
 //bool debug_muted = false;
 bool debug_muted = true;
 bool debug_rtp = true;
-//bool debug_rtp = false
\ No newline at end of file
+//bool debug_rtp = false
+//bool debug_memory = false;
+bool debug_memory = true;
\ No newline at end of file