diff --git a/tcl/interface/stlink-v1.cfg b/tcl/interface/stlink-v1.cfg index d351324c0..af678187e 100644 --- a/tcl/interface/stlink-v1.cfg +++ b/tcl/interface/stlink-v1.cfg @@ -6,8 +6,6 @@ interface stlink stlink_layout sg stlink_device_desc "ST-LINK/V1" stlink_vid_pid 0x0483 0x3744 -# -# dummy values, not really needed -# -adapter_khz 1 -reset_config trst_and_srst + +# unused but set to disable warnings +adapter_khz 1000 diff --git a/tcl/interface/stlink-v2.cfg b/tcl/interface/stlink-v2.cfg index 2757a334d..3eee7d9e9 100644 --- a/tcl/interface/stlink-v2.cfg +++ b/tcl/interface/stlink-v2.cfg @@ -6,8 +6,6 @@ interface stlink stlink_layout usb stlink_device_desc "ST-LINK/V2" stlink_vid_pid 0x0483 0x3748 -# -# dummy values, not really needed -# -adapter_khz 1 -reset_config trst_and_srst \ No newline at end of file + +# unused but set to disable warnings +adapter_khz 1000