Modularizando o src

Dependencies:   EALib EthernetInterface_vz mbed-rtos mbed

Fork of header_main_colinas_V0-20-09-14 by VZTECH

Revision:
100:09a23fcd3bdf
Parent:
74:81c47fff88a5
Child:
105:a930035b6556
--- a/ring_buffer.h	Mon Jan 19 18:00:42 2015 +0000
+++ b/ring_buffer.h	Thu Feb 12 16:42:35 2015 +0000
@@ -6,7 +6,7 @@
 #include <stdlib.h> // for NULL ...
 #include "vz_protocol.h" // for __CB_BUFFER_SIZE__
 
-#define RING_BUFFER_SIZE 3
+#define RING_BUFFER_SIZE 5
 
 typedef struct{
     uint8_t size;