Skip to content

Commit

Permalink
squash: also fix do_flash()
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspar030 committed Jul 13, 2016
1 parent fe3cf61 commit a539b99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/tools/openocd/openocd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ do_flash() {
${OPENOCD_PRE_VERIFY_CMDS} \
-c 'verify_image \"${HEXFILE}\"' \
-c 'reset run' \
-c 'shutdown'"
-c 'shutdown'" &&
echo 'Done flashing'
}

Expand Down

0 comments on commit a539b99

Please sign in to comment.