Skip to content

Commit 8dce686

Browse files
committed
stm32mp1: monitor: Fix not printing until newline
1 parent 4b78526 commit 8dce686

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run_arduino_gen.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ case "$1" in
204204
;;
205205
monitor)
206206
autodetect_board
207-
stty igncr onlcr -echo -F $RPMSG_DIR
207+
stty raw -echo -echoe -echok -F $RPMSG_DIR
208208
cat $RPMSG_DIR
209209
;;
210210
send-msg)

0 commit comments

Comments
 (0)