aboutsummaryrefslogtreecommitdiffstats
path: root/openocd.sh
diff options
context:
space:
mode:
authorClyne Sullivan <clyne@bitgloo.com>2022-06-11 12:41:56 -0400
committerClyne Sullivan <clyne@bitgloo.com>2022-06-11 12:41:56 -0400
commitfb05a5aaadd0da3d20dfd492c1978a76fe15743b (patch)
tree289e22dbeddc7b02b035840cb200692f4601d7e1 /openocd.sh
parent824e603b236b7fd8302b3a6ca65ad05c1afa7fbc (diff)
fix power settings; rand() for flapbird
Diffstat (limited to 'openocd.sh')
-rwxr-xr-xopenocd.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/openocd.sh b/openocd.sh
index 1ce7e72..28d46ca 100755
--- a/openocd.sh
+++ b/openocd.sh
@@ -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"