Skip to content

Commit 4de9363

Browse files
committed
make putche echo on hdmi display
1 parent b217211 commit 4de9363

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runcpm-rp2040-dvi-usb/runcpm-pico/abstraction_arduino.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@ uint8 _getch(void) {
515515

516516
uint8 _getche(void) {
517517
uint8 ch = _getch();
518-
Serial.write(ch);
518+
_putch(ch);
519519
return(ch);
520520
}
521521

0 commit comments

Comments
 (0)