Skip to content

Commit 4b78526

Browse files
committed
stm32mp1: Prevent sending extra newline with DUMMY
1 parent 86c5136 commit 4b78526

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
@@ -167,7 +167,7 @@ try_send() {
167167
# Linux host must send any dummy data first to finish initialization of rpmsg
168168
# on the coprocessor side. This message should be discarded.
169169
# See: https://github.com/OpenAMP/open-amp/issues/182
170-
echo "DUMMY" >$RPMSG_DIR
170+
echo -n "DUMMY" >$RPMSG_DIR
171171
echo "Virtual serial $RPMSG_DIR connection established."
172172
}
173173

0 commit comments

Comments
 (0)