diff --git a/src/board/system76/galp3-c/stdio.c b/src/board/system76/galp3-c/stdio.c index 6537ec8..d0610c3 100644 --- a/src/board/system76/galp3-c/stdio.c +++ b/src/board/system76/galp3-c/stdio.c @@ -10,6 +10,7 @@ int putchar(int c) { unsigned char byte = (unsigned char)c; + if (byte == '\n') putchar('\r'); #ifdef SERIAL_DEBUGGER SBUF = byte; #endif