Modularizando o src

Dependencies:   EALib EthernetInterface_vz mbed-rtos mbed

Fork of header_main_colinas_V0-20-09-14 by VZTECH

Revision:
127:e7160a463b6c
Parent:
126:1f90756250fb
Child:
128:3ae1c74773a8
--- a/main.cpp	Wed May 20 19:50:31 2015 +0000
+++ b/main.cpp	Sun May 24 16:07:14 2015 +0000
@@ -21,13 +21,13 @@
         
         if ( show_last_rx )
         {
-            show_last_rx_pkg_from_cbx ();
+            if ( v_call -> size () == 0 ) show_last_rx_pkg_from_cbx ();
             show_last_rx = false;    
         }
         
         if ( show_last_tx )
         {
-            show_last_tx_pkg_from_cbx ();
+            if ( v_call -> size () == 0 ) show_last_tx_pkg_from_cbx ();
             show_last_tx = false;    
         }