Modularizando o src

Dependencies:   EALib EthernetInterface_vz mbed-rtos mbed

Fork of header_main_colinas_V0-20-09-14 by VZTECH

Revision:
124:c1b6c893e1c3
Parent:
121:ee02790d00b7
Child:
126:1f90756250fb
--- a/main_app_var_configs.cpp	Mon May 11 19:21:39 2015 +0000
+++ b/main_app_var_configs.cpp	Wed May 13 14:25:57 2015 +0000
@@ -32,12 +32,14 @@
 
 uint8_t max_registered_cbx;
 
-bool wake_all;
-
 uint16_t pkg_wdt;
 
 uint16_t eth_wdt;
 
 Timer invite_retry_timer;
 
-volatile u16_t lpc_low_level_input_counter;
\ No newline at end of file
+volatile u16_t lpc_low_level_input_counter;
+
+Timer hello_sync;
+
+uint8_t hello_times = 0;
\ No newline at end of file