Modularizando o src

Dependencies:   EALib EthernetInterface_vz mbed-rtos mbed

Fork of header_main_colinas_V0-20-09-14 by VZTECH

Revision:
122:480c44b0e205
Parent:
121:ee02790d00b7
Child:
124:c1b6c893e1c3
diff -r ee02790d00b7 -r 480c44b0e205 debug.cpp
--- a/debug.cpp	Fri May 08 04:15:23 2015 +0000
+++ b/debug.cpp	Mon May 11 15:16:36 2015 +0000
@@ -1,4 +1,4 @@
-#include "header_app_includes.h"
+#include "debug.h"
 
 UDPSocket eth_fw_debug;
 Endpoint eth_fw_debug_server;
@@ -114,4 +114,5 @@
 bool debug_bind = false;
 bool debug_app_init = true;
 bool debug_string_length = false;
-bool show_current_time = false;
\ No newline at end of file
+bool show_current_time = false;
+bool dmissed_wdt = false;
\ No newline at end of file