Modularizando o src

Dependencies:   EALib EthernetInterface_vz mbed-rtos mbed

Fork of header_main_colinas_V0-20-09-14 by VZTECH

Revision:
121:ee02790d00b7
Parent:
120:770f00554b1e
Child:
122:480c44b0e205
--- a/debug.cpp	Mon May 04 17:25:29 2015 +0000
+++ b/debug.cpp	Fri May 08 04:15:23 2015 +0000
@@ -1,4 +1,4 @@
-#include "debug.h"
+#include "header_app_includes.h"
 
 UDPSocket eth_fw_debug;
 Endpoint eth_fw_debug_server;
@@ -19,7 +19,7 @@
 uint16_t miss_udp_prompt_send_pkg = 0;
 uint16_t miss_closk_send_pkg = 0;
 
-bool debug_clock = true;
+bool debug_clock = false;
 bool debug_invite = false;
 bool debug_sip = false;
 bool debug_vector = false;