mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-03 22:53:58 +08:00
openocd: revert to deprecated adapter_khz
This commit is contained in:
parent
a065e21bed
commit
7034aa5257
1 changed files with 3 additions and 1 deletions
|
@ -29,4 +29,6 @@ sam7x.cpu configure -work-area-virt 0 -work-area-phys 0x00200000 -work-area-size
|
|||
flash bank sam7x.flash.0 at91sam7 0 0 0 0 sam7x.cpu 0 0 0 0 0 0 0 18432
|
||||
flash bank sam7x.flash.1 at91sam7 0 0 0 0 sam7x.cpu 1 0 0 0 0 0 0 18432
|
||||
transport select jtag
|
||||
adapter speed 1000
|
||||
# Since some 0.10.0 versions, "adapter_khz" is deprecated in favor of "adapter speed" but there are also some 0.10.0 not recognizing "adapter speed" so we'll stick to "adapter_khz" for now...
|
||||
# adapter speed 1000
|
||||
adapter_khz 1000
|
||||
|
|
Loading…
Reference in a new issue