fork

Dependencies:   mbed

Fork of LG by igor Apu

Revision:
74:f4d9c3403578
Parent:
57:6c968a11dce3
--- a/uart_m.h	Wed Feb 24 02:48:32 2016 +0000
+++ b/uart_m.h	Sat Feb 27 18:42:37 2016 +0000
@@ -18,16 +18,6 @@
 #define PortDirEUART3 LPC_GPIO0->FIODIR
 #define PinEUART3 		1UL << 24
 
-//Use typedef instead of separate data
-#define IOBufferSize 		1024
-
-typedef struct _IOCyclicBuffer {
-	char buffer[IOBufferSize];
-	int start; //first byte position
-	int end;   //last byte position
-} IOCyclicBuffer;
-
-
 void UART0_Init (void);
 void UART1_Init_temp (void);
 void UART2_Init (void);