Modularizando o src

Dependencies:   EALib EthernetInterface_vz mbed-rtos mbed

Fork of header_main_colinas_V0-20-09-14 by VZTECH

Revision:
75:bd3c647b860b
Parent:
74:81c47fff88a5
Child:
76:9f5f99dd895a
--- a/main.cpp	Mon Nov 24 16:43:16 2014 +0000
+++ b/main.cpp	Mon Nov 24 18:57:54 2014 +0000
@@ -257,8 +257,6 @@
         
             data = __parse_vz_pkg__( &ext, &port, &type, buffer );
             
-            debug_msg("-->%x<--", type );
-            
             if( data != NULL ){                
                 if( debug_alive == 1 && debug_cb_rx ) debug_msg("Pkg from CBx :: %d -- Type :: %d", ext, type );
                 if( type != __AUDIO__ ){