Modularizando o src

Dependencies:   EALib EthernetInterface_vz mbed-rtos mbed

Fork of header_main_colinas_V0-20-09-14 by VZTECH

Revision:
48:195c97f12e8e
Parent:
45:c80574f24dc3
Child:
50:d9b6577a70f5
diff -r 3983efe3aeba -r 195c97f12e8e prompt.h
--- a/prompt.h	Tue Oct 07 18:43:44 2014 +0000
+++ b/prompt.h	Mon Oct 20 16:13:10 2014 +0000
@@ -8,7 +8,7 @@
 #include "parallelcpld.h"
 #include "flood.h"
 
-#define TCP_IDLE_MAX_TIME 60 * 2
+#define TCP_IDLE_MAX_TIME 60 * 3
 
 extern uint8_t debug_sip;
 extern uint8_t debug_alive;
@@ -61,4 +61,7 @@
 extern bool udp_request;
 extern char * debug_buf;
 
+extern bool cb_session;
+extern bool cb_status;
+
 #endif
\ No newline at end of file