tcl: replace the deprecated commands with "adapter ..."
[fw/openocd] / tcl / board / dp_busblaster_v3.cfg
index f21197b73b1b23bc9be7701b3e74280bffe9f514..a9974d9bcb3f22efa3d476d8b7222b1143ee956c 100644 (file)
@@ -4,7 +4,7 @@
 # http://dangerousprototypes.com/docs/Bus_Blaster
 #
 # To reprogram the on-board CPLD do:
-# openocd -f board/dp_busblaster_v3.cfg -c "adapter_khz 1000; init; svf <path_to_svf>; shutdown"
+# openocd -f board/dp_busblaster_v3.cfg -c "adapter speed 1000; init; svf <path_to_svf>; shutdown"
 #
 
 source [find interface/ftdi/dp_busblaster.cfg]