Modularizando o src

Dependencies:   EALib EthernetInterface_vz mbed-rtos mbed

Fork of header_main_colinas_V0-20-09-14 by VZTECH

Revision:
74:81c47fff88a5
Parent:
72:895ca792c647
Child:
100:09a23fcd3bdf
--- a/ring_buffer.h	Wed Nov 19 14:06:13 2014 +0000
+++ b/ring_buffer.h	Mon Nov 24 16:43:16 2014 +0000
@@ -1,10 +1,10 @@
 #ifndef __RING_BUFFER_H__
 #define __RING_BUFFER_H__
 
-#include <assert.h>
-#include <stdint.h>
-#include <stdlib.h>
-#include "vz_protocol.h"
+#include <assert.h> // for unit_test
+#include <stdint.h> // for uint8*
+#include <stdlib.h> // for NULL ...
+#include "vz_protocol.h" // for __CB_BUFFER_SIZE__
 
 #define RING_BUFFER_SIZE 3