Modularizando o src

Dependencies:   EALib EthernetInterface_vz mbed-rtos mbed

Fork of header_main_colinas_V0-20-09-14 by VZTECH

Revision:
136:2da626f30efa
Parent:
135:2f4290590e51
--- a/prompt.cpp	Thu Sep 10 20:11:35 2015 +0000
+++ b/prompt.cpp	Mon Sep 14 14:05:43 2015 +0000
@@ -986,6 +986,12 @@
         miss_match = false;
         main_test = !main_test;
     }
+    
+    else if ( xstrmatch ( ( uint8_t * )debug_buf, ( uint8_t * ) "ttt" ) ) 
+    {
+        miss_match = false;
+        main_test_mean = !main_test_mean;
+    }
 
     else if ( xstrmatch ( ( uint8_t * )debug_buf, ( uint8_t * ) "registra" ) ) 
     {