mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 10:52:44 +01:00
Merge pull request #20181 from maribu/dist/tools/edbg/reset
tools/edbg: fix `make reset`
This commit is contained in:
commit
a4fcf219a8
2
dist/tools/edbg/edbg.sh
vendored
2
dist/tools/edbg/edbg.sh
vendored
@ -25,7 +25,7 @@ do_flash() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
do_reset() {
|
do_reset() {
|
||||||
sh -c "${EDBG} ${EDBG_ARGS}"
|
sh -c "${EDBG} ${EDBG_ARGS} -x 10"
|
||||||
}
|
}
|
||||||
|
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user