diff options
Diffstat (limited to 'center_fw/openocd.cfg')
-rw-r--r-- | center_fw/openocd.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/center_fw/openocd.cfg b/center_fw/openocd.cfg index ce164b7..f77e29a 100644 --- a/center_fw/openocd.cfg +++ b/center_fw/openocd.cfg @@ -9,7 +9,7 @@ source [find interface/stlink-v2.cfg] #transport select swd #source /usr/share/openocd/scripts/target/stm32f0x.cfg -source [find target/stm32f0x_stlink.cfg] +source [find target/stm32f0x.cfg] init arm semihosting enable |