fork

Dependencies:   mbed

Fork of LG by igor Apu

Revision:
38:716472a4492e
Parent:
30:17c84ed091b3
Child:
47:d902ef6f7564
--- a/uart_m.c	Sat Feb 06 12:30:03 2016 +0000
+++ b/uart_m.c	Sat Feb 06 14:26:26 2016 +0000
@@ -588,13 +588,15 @@
 	while (N != 0) 
 	{
 		N--;
-		ConOutPnt++;
-		ConOutPnt = ConOutPnt & 0x3ff; 
-		OutCon[ConOutPnt] = (*s++);
+		ConOutPnt1++;
+		ConOutPnt1 = ConOutPnt1 & 0x3ff; 
+		OutCon1[ConOutPnt1] = (*s++);
 	}
 }
 
 
+
+
 void WriteCon2 (char *s) 
 {
  	OutBufCon2Count = 0;