mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-11 02:59:09 +00:00
Update rules.mk for Vinta (#4317)
changed dfu args to exit to application mode after flashing
This commit is contained in:
parent
e08266129e
commit
7a22da9f05
1 changed files with 3 additions and 3 deletions
|
@ -32,7 +32,7 @@ ARMV = 6
|
||||||
OPT_DEFS =
|
OPT_DEFS =
|
||||||
|
|
||||||
# Options to pass to dfu-util when flashing
|
# Options to pass to dfu-util when flashing
|
||||||
DFU_ARGS = -d 0483:df11 -a 0 -s 0x08000000
|
DFU_ARGS = -d 0483:df11 -a 0 -s 0x08000000:leave
|
||||||
|
|
||||||
# Build Options
|
# Build Options
|
||||||
# comment out to disable the options.
|
# comment out to disable the options.
|
||||||
|
|
Loading…
Reference in a new issue