Update rules.mk for Vinta (#4317)

changed dfu args to exit to application mode after flashing
pull/4322/head
Michael Pio 6 years ago committed by Drashna Jaelre
parent e08266129e
commit 7a22da9f05

@ -32,7 +32,7 @@ ARMV = 6
OPT_DEFS =
# 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
# comment out to disable the options.

Loading…
Cancel
Save