diff options
Diffstat (limited to 'openocd.sh')
-rwxr-xr-x | openocd.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1 +1 @@ -openocd -f /usr/local/share/openocd/scripts/interface/stlink-v2.cfg -f /usr/local/share/openocd/scripts/target/stm32l0.cfg -c "init; program build/ch.hex verify reset exit" +openocd -f /usr/share/openocd/scripts/interface/stlink-v2.cfg -f /usr/share/openocd/scripts/target/stm32l0.cfg -c "init; program build/ch.hex verify reset exit" |