- More fixes
[reactos.git] / reactos / boot / armllb / hw / serial.c
index e5507b6..7bb09cf 100755 (executable)
@@ -13,7 +13,7 @@ NTAPI
 LlbSerialPutChar(IN CHAR c)
 {
     /* Properly support new-lines */
//   if (c == '\n') LlbSerialPutChar('\r');
+    if (c == '\n') LlbSerialPutChar('\r');
  
     /* Wait for ready */
     while (!LlbHwUartTxReady());