Commit 0925f03b authored by Benoit Rat's avatar Benoit Rat

flasher: fix a bug when we ask to remove DF jumper

parent 60126431
......@@ -193,7 +193,7 @@ while true; do
done
if [ -z "$msg" ]; then
printf "\tOK\n"
read -p "Remove the Dataflash jumper (Press any key)"
read -p "Remove the Dataflash jumper (Press any key)" notused
fi
## Flashing DataFlash
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment