Modularizando o src

Dependencies:   EALib EthernetInterface_vz mbed-rtos mbed

Fork of header_main_colinas_V0-20-09-14 by VZTECH

Revision:
85:b6f2dc1d0f4f
Parent:
81:3656f00ab3db
Child:
86:bf7b0d4c3232
--- a/shared_variables.cpp	Fri Jan 02 19:17:19 2015 +0000
+++ b/shared_variables.cpp	Sun Jan 04 13:56:08 2015 +0000
@@ -72,4 +72,11 @@
 
 DigitalOut CAB_LED(p24);
 
-uint32_t missed_pkg = 0;
\ No newline at end of file
+uint32_t missed_pkg = 0;
+uint8_t cb_new_counter = 0;
+uint8_t cb_delete_counter = 0;
+uint8_t sip_new_counter = 0;
+uint8_t sip_delete_counter = 0;
+uint8_t rtp_new_counter = 0;
+uint8_t rtp_delete_counter = 0;
+uint16_t eth_pkg_received = 0;
\ No newline at end of file