Modularizando o src

Dependencies:   EALib EthernetInterface_vz mbed-rtos mbed

Fork of header_main_colinas_V0-20-09-14 by VZTECH

Revision:
122:480c44b0e205
Parent:
121:ee02790d00b7
Child:
126:1f90756250fb
--- a/fw.h	Fri May 08 04:15:23 2015 +0000
+++ b/fw.h	Mon May 11 15:16:36 2015 +0000
@@ -1,6 +1,10 @@
 #ifndef __FW_H__
 #define __FW_H__
 
+#include <stdint.h>
+#include "shared_variables.h"
+#include "debug.h"
+
 extern const uint16_t CB_BUFFER_SIZE;
 
 const char __FW_SERVER_IP__[] =  "192.168.120.144";