summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2022-01-23 13:53:40 +0100
committerxengineering <me@xengineering.eu>2022-01-23 13:53:40 +0100
commit7b581814ce7b186b37f71b065ae9be9da68ae355 (patch)
treea92c8d793d0577fe5adc85fac34d6f784474cac3
parent0770ad7826eeb0dae485a8ff7d65e81055dbbedd (diff)
downloadledcontrol-7b581814ce7b186b37f71b065ae9be9da68ae355.tar
ledcontrol-7b581814ce7b186b37f71b065ae9be9da68ae355.tar.zst
ledcontrol-7b581814ce7b186b37f71b065ae9be9da68ae355.zip
Switch to new OpenOCD interface config file
-rwxr-xr-xfirmware/ocd.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/ocd.sh b/firmware/ocd.sh
index a505698..7e9bb23 100755
--- a/firmware/ocd.sh
+++ b/firmware/ocd.sh
@@ -6,4 +6,4 @@
# run openocd server with telnet interface on localhost:4444 and GDB interface
# on localhost:3333
-openocd -f interface/stlink-v2.cfg -f target/stm32f1x.cfg
+openocd -f interface/stlink.cfg -f target/stm32f1x.cfg