Modularizando o src

Dependencies:   EALib EthernetInterface_vz mbed-rtos mbed

Fork of header_main_colinas_V0-20-09-14 by VZTECH

Revision:
99:e80850c51106
Parent:
97:8985817e8847
Child:
100:09a23fcd3bdf
--- a/shared_variables.cpp	Sun Jan 11 03:30:47 2015 +0000
+++ b/shared_variables.cpp	Mon Jan 19 18:00:42 2015 +0000
@@ -40,6 +40,8 @@
 
 uint16_t telemetry_counter = 0; 
 
+uint16_t cb_stats_counter = 0;
+
 uint16_t cb_bye_counter = 0; 
 
 uint16_t prompt_counter = 0; 
@@ -86,4 +88,7 @@
 bool memory_is_over = false;
 volatile uint16_t received_cpld_pkg = 0;
 uint16_t sip_socket_send_failure = 0;
-bool show_sip = false;
\ No newline at end of file
+bool show_sip = false;
+uint32_t droped_pkg_to_cb = 0;
+uint32_t cpld_pkg_tx_counter = 0;
+uint32_t cpld_pkg_rx_counter = 0;
\ No newline at end of file