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:
81:3656f00ab3db
Child:
99:e80850c51106
--- a/UART3Interrupt.cpp	Sun Jan 04 13:56:08 2015 +0000
+++ b/UART3Interrupt.cpp	Mon Jan 05 12:43:12 2015 +0000
@@ -20,9 +20,9 @@
     led4 =!led4;
     
     if ( RX_c == 300 ){ 
-       status = __READ__;
-       missed_pkg++;
-    //   led1 = 1;
+        status = __READ__;
+        missed_pkg++;
+        received_cpld_pkg++;
     }
 }