Modularizando o src

Dependencies:   EALib EthernetInterface_vz mbed-rtos mbed

Fork of header_main_colinas_V0-20-09-14 by VZTECH

Revision:
41:69bf7091c2ca
Parent:
38:af5ecd6997ab
Child:
43:455522f98de5
--- a/prompt.h	Thu Oct 02 18:19:54 2014 +0000
+++ b/prompt.h	Thu Oct 02 21:22:54 2014 +0000
@@ -36,6 +36,11 @@
 void init_fsystem();
 
 extern bool from_eth;
+extern TCPSocketServer server;
+extern TCPSocketConnection client;
+extern Timer tcp_timer;
+extern bool udp_pkg;
+extern bool tcp_pkg;
 
 
 #endif
\ No newline at end of file