diff options
-rwxr-xr-x | firmware/ocd.sh | 2 |
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 |