diff options
author | Uros Majstorovic <majstor@majstor.org> | 2022-09-04 18:09:35 +0200 |
---|---|---|
committer | Uros Majstorovic <majstor@majstor.org> | 2022-09-04 18:09:35 +0200 |
commit | 92e6731824cf4286136cb343d538aae4f772fe13 (patch) | |
tree | 21c12cfbb98f065e1a3fdf527250d178758948df /fw/fe310/bsp/openocd.cfg | |
parent | 4db0527c16502103e04c4091dbd803c55538b52f (diff) |
upload script fixed for jlink
Diffstat (limited to 'fw/fe310/bsp/openocd.cfg')
-rw-r--r-- | fw/fe310/bsp/openocd.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fw/fe310/bsp/openocd.cfg b/fw/fe310/bsp/openocd.cfg index 1205cbd..3e1b40a 100644 --- a/fw/fe310/bsp/openocd.cfg +++ b/fw/fe310/bsp/openocd.cfg @@ -26,7 +26,7 @@ init if {[ info exists pulse_srst]} { ftdi_set_signal nSRST 0 ftdi_set_signal nSRST z -sleep 1500 + sleep 1500 } halt |