Modularizando o src

Dependencies:   EALib EthernetInterface_vz mbed-rtos mbed

Fork of header_main_colinas_V0-20-09-14 by VZTECH

Revision:
97:8985817e8847
Parent:
92:92df17f538a8
Child:
98:43b45f26b430
--- a/prompt.cpp	Sat Jan 10 17:06:55 2015 +0000
+++ b/prompt.cpp	Sat Jan 10 23:59:51 2015 +0000
@@ -853,6 +853,11 @@
             main_test = !main_test;
         }
         
+        else if( xstrmatch( (uint8_t*)debug_buf, (uint8_t*) "show_sip" ) ){
+            miss_match = false;
+            show_sip = true;
+        }
+        
         else if( xstrmatch( (uint8_t*)debug_buf, (uint8_t*) "reset_cks" ) ){
             miss_match = false;
             reset_cks = true;