Modularizando o src

Dependencies:   EALib EthernetInterface_vz mbed-rtos mbed

Fork of header_main_colinas_V0-20-09-14 by VZTECH

Revision:
81:3656f00ab3db
Parent:
80:61d61c9eb75c
Child:
85:b6f2dc1d0f4f
--- a/shared_variables.cpp	Tue Dec 16 19:34:30 2014 +0000
+++ b/shared_variables.cpp	Tue Dec 30 12:37:40 2014 +0000
@@ -56,6 +56,8 @@
 
 bool pshowcb = false;
 
+uint16_t external_wdt = EXTERN_WDT_IDLE;
+
 volatile uint8_t status = __WAITING__;
 
 Serial pc (USBTX,USBRX);
@@ -68,4 +70,6 @@
 
 DigitalOut led4(LED4);
 
-DigitalOut CAB_LED(p24);
\ No newline at end of file
+DigitalOut CAB_LED(p24);
+
+uint32_t missed_pkg = 0;
\ No newline at end of file