Modularizando o src

Dependencies:   EALib EthernetInterface_vz mbed-rtos mbed

Fork of header_main_colinas_V0-20-09-14 by VZTECH

Revision:
36:728498a78e1e
Parent:
32:43041f5e27c4
Child:
38:af5ecd6997ab
--- a/utils.cpp	Tue Sep 30 18:15:08 2014 +0000
+++ b/utils.cpp	Tue Sep 30 19:23:53 2014 +0000
@@ -192,7 +192,7 @@
 }
 
 void build_telemetry_report( int ext, int port, char * data ){
-    pc.printf("Telemetry pkg from %i ::\n\r", ext );
+    pc.printf("Telemetry pkg from ( %i, %i ) ::\n\r", ext, port );
     for( register int i = 0; i < __TELEMETRY_SIZE__; i++ )
         pc.printf("%3i ", data[ i ] );
     pc.printf("\n\r");