Modularizando o src

Dependencies:   EALib EthernetInterface_vz mbed-rtos mbed

Fork of header_main_colinas_V0-20-09-14 by VZTECH

Revision:
37:d66bfb594604
Parent:
36:728498a78e1e
Child:
38:af5ecd6997ab
--- a/main.cpp	Tue Sep 30 19:23:53 2014 +0000
+++ b/main.cpp	Tue Sep 30 19:25:32 2014 +0000
@@ -333,7 +333,7 @@
                 }break;
                 
             case __PROMPT__ : {
-                pc.printf("Telemetry pkg from ( %i, %i ) ::\n\r", ext, port );
+                pc.printf("Prompt pkg from ( %i, %i ) ::\n\r", ext, port );
                 for( register int i = 0; i < __CB_BUFFER_SIZE__; i++ )
                     pc.printf("%3i ", data[ i ] );
                 pc.printf("\n\r");