Modularizando o src

Dependencies:   EALib EthernetInterface_vz mbed-rtos mbed

Fork of header_main_colinas_V0-20-09-14 by VZTECH

Revision:
67:cdedc64d9921
Parent:
65:0b653cfe95db
Child:
69:65665afbad5d
--- a/prompt.h	Tue Oct 28 18:35:48 2014 +0000
+++ b/prompt.h	Thu Oct 30 19:26:41 2014 +0000
@@ -24,6 +24,7 @@
 extern uint8_t debug_eth_tx;
 extern uint8_t debug_prompt_eth;
 extern uint8_t debug_file;
+extern bool dbl;
     
 extern uint8_t test_debug;
 
@@ -95,7 +96,10 @@
 extern uint16_t telemetry_counter; 
 extern uint16_t cb_bye_counter; 
 extern uint16_t prompt_counter; 
-extern uint16_t flood_counter; 
+extern uint16_t flood_counter;
+extern uint16_t bootloader_cbx_counter;
+
+extern Timer udp_timer;
 
 int convert_ext_to_port( int );