Modularizando o src

Dependencies:   EALib EthernetInterface_vz mbed-rtos mbed

Fork of header_main_colinas_V0-20-09-14 by VZTECH

Revision:
87:679ee0d594a9
Parent:
86:bf7b0d4c3232
Child:
91:c2a86b1f8aaa
--- a/shared_variables.cpp	Mon Jan 05 12:43:12 2015 +0000
+++ b/shared_variables.cpp	Tue Jan 06 16:37:03 2015 +0000
@@ -77,8 +77,10 @@
 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 rtp_header_new_counter = 0;
+uint16_t rtp_body_new_counter = 0;
+uint16_t rtp_header_delete_counter = 0;
+uint16_t rtp_body_delete_counter = 0;
 uint16_t eth_pkg_received = 0;
-
+bool memory_is_over = false;
 volatile uint16_t received_cpld_pkg = 0;
\ No newline at end of file