diff options
Diffstat (limited to 'openocd.cfg')
-rw-r--r-- | openocd.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openocd.cfg b/openocd.cfg index 2343753..1321413 100644 --- a/openocd.cfg +++ b/openocd.cfg @@ -9,7 +9,7 @@ ft2232_device_desc "USB<=>JTAG&RS232" reset_config trst_and_srst
-source [find target/stm32.cfg]
+source [find target/stm32f1x.cfg]
proc flash_chip {} {
halt
|