tcl/stm32wlx.cfg: comply with new jimtcl expr syntax
[fw/openocd] / tcl / target / efm32.cfg
index e22ce5cba948313d20bbaf091394d5a647221ef1..c789efc723a0c6a056aad8bba76e2207500e531e 100644 (file)
@@ -34,7 +34,7 @@ if { [info exists CPUTAPID] } {
 swj_newdap $_CHIPNAME cpu -irlen 4 -ircapture 0x1 -irmask 0xf -expected-id $_CPUTAPID
 dap create $_CHIPNAME.dap -chain-position $_CHIPNAME.cpu
 
-adapter_khz 1000
+adapter speed 1000
 
 set _TARGETNAME $_CHIPNAME.cpu
 target create $_TARGETNAME cortex_m -dap $_CHIPNAME.dap