fork

Dependencies:   mbed

Fork of LG by igor Apu

Revision:
57:6c968a11dce3
Parent:
55:f5115c2193d5
Child:
74:f4d9c3403578
--- a/uart_m.h	Sun Feb 14 10:23:27 2016 +0000
+++ b/uart_m.h	Sun Feb 14 10:26:37 2016 +0000
@@ -20,6 +20,7 @@
 
 //Use typedef instead of separate data
 #define IOBufferSize 		1024
+
 typedef struct _IOCyclicBuffer {
 	char buffer[IOBufferSize];
 	int start; //first byte position