We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 98b3d24 + 9b03f08 commit 3ff1b80Copy full SHA for 3ff1b80
1 file changed
tools/linux/maple_upload
@@ -42,7 +42,7 @@ fi
42
echo -n Waiting for ${dummy_port_fullpath} serial...
43
44
COUNTER=0
45
-while [ ! -c ${dummy_port_fullpath} ] && ((COUNTER++ < 40)); do
+while [ ! -r ${dummy_port_fullpath} ] && ((COUNTER++ < 40)); do
46
sleep 0.1
47
done
48
0 commit comments