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:
114:472502b31a12
Child:
135:2f4290590e51
--- a/vector.h	Mon May 04 17:25:29 2015 +0000
+++ b/vector.h	Fri May 08 04:15:23 2015 +0000
@@ -12,6 +12,7 @@
 #ifndef __VECTOR_H__
 #define __VECTOR_H__
 
+#include "mbed.h"
 #include <stdlib.h>
 #include "object.h"
 #include "debug.h"
@@ -131,7 +132,7 @@
          * ...
          * @endcode
          */
-        int size();
+        int size ( void );
         int print_yourself ( void );
 };
 #endif
\ No newline at end of file