Modularizando o src

Dependencies:   EALib EthernetInterface_vz mbed-rtos mbed

Fork of header_main_colinas_V0-20-09-14 by VZTECH

Revision:
130:850163037da5
Parent:
129:d73538fbc017
Child:
131:938ab88facae
--- a/main_app_functions.cpp	Thu Jul 02 17:43:37 2015 +0000
+++ b/main_app_functions.cpp	Mon Jul 20 19:15:00 2015 +0000
@@ -1914,9 +1914,7 @@
 
 
 int process_received_pkg_from_cbx ( void )
-{
-    pkg_wdt = RX_CB_IDLE;
-    
+{   
     // short path
     if ( buffer_from_cb_ptr [ TYPE_PLACE ] == AUDIO )
     {
@@ -1953,7 +1951,7 @@
     data = parse_vz_pkg ( &ext, &port, &type, buffer );
 
     if ( data not_eq NULL )
-    {
+    {   
         if ( min_ext == 0 ) min_ext = ext;
 
         if ( ext > max_ext ) max_ext = ext;