summaryrefslogtreecommitdiffstats
path: root/openocd.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'openocd.cfg')
-rw-r--r--openocd.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/openocd.cfg b/openocd.cfg
index 62f807b..6370d32 100644
--- a/openocd.cfg
+++ b/openocd.cfg
@@ -1,6 +1,6 @@
source [find interface/stlink.cfg]
-transport select dapdirect_swd
-source [find target/stm32u0x.cfg]
+#transport select dapdirect_swd
+source [find target/stm32l4x.cfg]
# Comment below to debug w/ gdb
program build/microphone.hex verify reset exit