Modularizando o src

Dependencies:   EALib EthernetInterface_vz mbed-rtos mbed

Fork of header_main_colinas_V0-20-09-14 by VZTECH

Revision:
126:1f90756250fb
Parent:
124:c1b6c893e1c3
Child:
132:05cd37f7e007
--- a/shared_variables.cpp	Wed May 13 21:18:12 2015 +0000
+++ b/shared_variables.cpp	Wed May 20 19:50:31 2015 +0000
@@ -28,9 +28,9 @@
 
 bool r_stats;
 
-bool rx = false;
+bool show_last_rx = false;
 
-bool tx = false;
+bool show_last_tx = false;
 
 bool stats = false;
 
@@ -125,6 +125,8 @@
 bool wake_all = false;
 uint16_t end_call_ext = 0;
 bool end_call = false;
+bool do_not_refresh = false;
+bool do_not_show_this_invite_pkg = false;
 
 void udp_query_send_msg ( char * msg )
 {