Modularizando o src

Dependencies:   EALib EthernetInterface_vz mbed-rtos mbed

Fork of header_main_colinas_V0-20-09-14 by VZTECH

Revision:
105:a930035b6556
Parent:
100:09a23fcd3bdf
Child:
109:a5b8264ffbbc
--- a/ring_buffer.h	Wed Feb 25 18:44:11 2015 +0000
+++ b/ring_buffer.h	Tue Mar 10 18:10:57 2015 +0000
@@ -4,7 +4,7 @@
 #include <assert.h> // for unit_test
 #include <stdint.h> // for uint8*
 #include <stdlib.h> // for NULL ...
-#include "vz_protocol.h" // for __CB_BUFFER_SIZE__
+#include "vz_protocol.h" // for CB_BUFFER_SIZE
 
 #define RING_BUFFER_SIZE 5