diff options
Diffstat (limited to 'driver_fw/openocd.cfg')
-rw-r--r-- | driver_fw/openocd.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/driver_fw/openocd.cfg b/driver_fw/openocd.cfg index 97a3a05..c1a4abc 100644 --- a/driver_fw/openocd.cfg +++ b/driver_fw/openocd.cfg @@ -1,8 +1,8 @@ telnet_port 4444 gdb_port 3333 -source [find interface/stlink-v2.cfg] -#hla_serial "000000000001" +source [find interface/stlink.cfg] +hla_serial "54FF6B064987495026541187" transport select hla_swd source [find target/stm32f0x.cfg] |