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:
135:2f4290590e51
--- a/configs.h	Fri May 08 04:15:23 2015 +0000
+++ b/configs.h	Mon May 11 15:16:36 2015 +0000
@@ -1,5 +1,9 @@
-#ifndef _CONFIGS_H
-#define _CONFIGS_H
+#ifndef __CONFIGS_H__
+#define __CONFIGS_H__
+
+#include "mbed.h"
+#include "parallelcpld.h"
+#include "UART3Interrupt.h"
 
 extern InterruptIn NextData;                   //IO 96
 extern InterruptIn FrameSync;