Skip to content

Commit

Permalink
Merge pull request #20181 from maribu/dist/tools/edbg/reset
Browse files Browse the repository at this point in the history
tools/edbg: fix `make reset`
  • Loading branch information
maribu authored Dec 14, 2023
2 parents 690efb2 + 485a98b commit a4fcf21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/tools/edbg/edbg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ do_flash() {
}

do_reset() {
sh -c "${EDBG} ${EDBG_ARGS}"
sh -c "${EDBG} ${EDBG_ARGS} -x 10"
}

#
Expand Down

0 comments on commit a4fcf21

Please sign in to comment.