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:
123:1d395b5a4cad
Child:
126:1f90756250fb
--- a/shared_variables.cpp	Mon May 11 19:21:39 2015 +0000
+++ b/shared_variables.cpp	Wed May 13 14:25:57 2015 +0000
@@ -117,6 +117,14 @@
 uint16_t string_msg_overflow = 0;
 bool test_flag_unusual = false;
 bool show_time = false;
+bool dont_say_hello_again = false;
+bool reverse_list = false;
+bool show_hello_status = false;
+bool request_clock_now = false;
+bool show_wake_all_up_status = false;
+bool wake_all = false;
+uint16_t end_call_ext = 0;
+bool end_call = false;
 
 void udp_query_send_msg ( char * msg )
 {