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_app_functions.cpp	Wed May 20 19:50:31 2015 +0000
+++ b/main_app_functions.cpp	Sun May 24 16:07:14 2015 +0000
@@ -1964,7 +1964,10 @@
             if ( debug_telemetry ) show_last_rx = true;
         }
 
-        if( type not_eq AUDIO ) {
+        if( type not_eq AUDIO )
+        {
+            if ( debug_cb_rx ) { send_msg ("[%d %d] -- Type :: %d", ext, port, type ); }
+            
             if( 
                 type == TELEMETRY or
                 type == CB_STATS or
@@ -1976,8 +1979,6 @@
                 type == FW6
              ) type = FW;
             
-            if ( debug_cb_rx ) { send_msg ("[%d %d] -- Type :: %d", ext, port, type ); }
-            
             if ( debug_sqn ) { send_msg ("[%d %d] -- Type :: %d -- seq_num :: %u", ext, port, type, cb_tx_buffer [ SEQ_NUM_PLACE ] ); }
 
             Call_Box * cb = find_CB ( v_cb, ext );