fork

Dependencies:   mbed

Fork of LG by igor Apu

Revision:
202:c03b7b128e11
Parent:
193:a0fe8bfc97e4
--- a/uart_m.c	Wed Nov 02 14:05:24 2016 +0000
+++ b/uart_m.c	Fri Nov 18 06:07:37 2016 +0000
@@ -468,7 +468,7 @@
 	}
 		
 	if (LPC_UART1->LSR & 0x01)
-	{//LoopOn
+	{
 		ConInCur1++;
 		ConInCur1 = ConInCur1 & 0x3ff; 
 		InCon1[ConInCur1] = (LPC_UART1->RBR);