Modularizando o src

Dependencies:   EALib EthernetInterface_vz mbed-rtos mbed

Fork of header_main_colinas_V0-20-09-14 by VZTECH

Revision:
121:ee02790d00b7
Parent:
120:770f00554b1e
Child:
126:1f90756250fb
--- a/parallelcpld.h	Mon May 04 17:25:29 2015 +0000
+++ b/parallelcpld.h	Fri May 08 04:15:23 2015 +0000
@@ -1,14 +1,14 @@
 #ifndef __PARALLELCPLD_H__
 #define __PARALLELCPLD_H__
 
-#include <stdint.h>
-#include "mbed.h"
+#include "ring_buffer.h"
 #include "bits.h"
-#include "ring_buffer.h"
 #include "debug.h"
+#include "vz_protocol.h"
 #include "utils.h"
-#include "vz_protocol.h"
 #include "fw.h"
+#include "flood.h"
+#include "file_system_manager.h"
 
 //alguém explica por que eu nao consido deixar esse cara como extern ???
 extern ring_buffer * rb;