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