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:
86:bf7b0d4c3232
Child:
104:62646ef786a3
--- a/UART3Interrupt.cpp	Sun Jan 11 03:30:47 2015 +0000
+++ b/UART3Interrupt.cpp	Mon Jan 19 18:00:42 2015 +0000
@@ -22,7 +22,7 @@
     if ( RX_c == 300 ){ 
         status = __READ__;
         missed_pkg++;
-        received_cpld_pkg++;
+        cpld_pkg_rx_counter++;
     }
 }