Modularizando o src

Dependencies:   EALib EthernetInterface_vz mbed-rtos mbed

Fork of header_main_colinas_V0-20-09-14 by VZTECH

Revision:
43:455522f98de5
Parent:
41:69bf7091c2ca
Child:
44:cc4996469404
--- a/prompt.h	Fri Oct 03 20:14:59 2014 +0000
+++ b/prompt.h	Mon Oct 06 14:31:54 2014 +0000
@@ -12,6 +12,7 @@
 extern uint8_t debug_cb_tx;
 extern uint8_t debug_eth_rx;
 extern uint8_t debug_eth_tx;
+extern uint8_t debug_prompt_eth;
 extern uint8_t debug_file;
     
 extern uint8_t test_debug;
@@ -34,6 +35,7 @@
 
 char * prompt_process( char * ethernet_pkg );
 void init_fsystem();
+void init_prompt();
 
 extern bool from_eth;
 extern TCPSocketServer server;