Modularizando o src

Dependencies:   EALib EthernetInterface_vz mbed-rtos mbed

Fork of header_main_colinas_V0-20-09-14 by VZTECH

Revision:
53:bb492a8f115a
Parent:
52:12930cef17c4
Child:
54:448d57291be6
--- a/prompt.h	Mon Oct 20 19:44:16 2014 +0000
+++ b/prompt.h	Tue Oct 21 19:35:07 2014 +0000
@@ -8,7 +8,7 @@
 #include "parallelcpld.h"
 #include "flood.h"
 
-#define TCP_IDLE_MAX_TIME 60 * 3
+#define TCP_IDLE_MAX_TIME 45
 
 extern uint8_t debug_sip;
 extern uint8_t debug_alive;
@@ -64,6 +64,8 @@
 extern bool cb_session;
 extern bool cb_status;
 extern bool reset_cks;
+extern bool debug_telemetry;
+extern bool telemetry_test;
 
 int convert_ext_to_port( int );