mirror of
https://github.com/linux-msm/openocd.git
synced 2026-02-25 13:15:07 -08:00
arm-jtag-ew: Declare interface as `jtag_only'
This commit is contained in:
committed by
Andreas Fritiofson
parent
07bf5f443a
commit
e4590dad08
@@ -523,6 +523,7 @@ static const struct command_registration armjtagew_command_handlers[] = {
|
||||
struct jtag_interface armjtagew_interface = {
|
||||
.name = "arm-jtag-ew",
|
||||
.commands = armjtagew_command_handlers,
|
||||
.transports = jtag_only,
|
||||
|
||||
.execute_queue = armjtagew_execute_queue,
|
||||
.speed = armjtagew_speed,
|
||||
|
||||
Reference in New Issue
Block a user