Modularizando o src

Dependencies:   EALib EthernetInterface_vz mbed-rtos mbed

Fork of header_main_colinas_V0-20-09-14 by VZTECH

Revision:
80:61d61c9eb75c
Parent:
79:9bc12aa305a9
Child:
81:3656f00ab3db
--- a/shared_variables.cpp	Tue Dec 16 16:50:25 2014 +0000
+++ b/shared_variables.cpp	Tue Dec 16 19:34:30 2014 +0000
@@ -50,6 +50,10 @@
 
 uint16_t bootloader_cbx_counter = 0;
 
+int max_ext = 0;
+
+int min_ext = 0;
+
 bool pshowcb = false;
 
 volatile uint8_t status = __WAITING__;