Modularizando o src

Dependencies:   EALib EthernetInterface_vz mbed-rtos mbed

Fork of header_main_colinas_V0-20-09-14 by VZTECH

Revision:
86:bf7b0d4c3232
Parent:
85:b6f2dc1d0f4f
Child:
87:679ee0d594a9
--- a/shared_variables.cpp	Sun Jan 04 13:56:08 2015 +0000
+++ b/shared_variables.cpp	Mon Jan 05 12:43:12 2015 +0000
@@ -79,4 +79,6 @@
 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
+uint16_t eth_pkg_received = 0;
+
+volatile uint16_t received_cpld_pkg = 0;
\ No newline at end of file