update minidummy interface driver command handling
Changes the interface definition field reference from register_commands to commands, which allows the module to compile.__archive__
parent
f31dfffdef
commit
6ce3a299f3
|
@ -29,7 +29,7 @@ struct jtag_interface minidummy_interface =
|
||||||
.name = "minidummy",
|
.name = "minidummy",
|
||||||
.execute_queue = NULL,
|
.execute_queue = NULL,
|
||||||
.speed = NULL,
|
.speed = NULL,
|
||||||
.register_commands = NULL,
|
.commands = NULL,
|
||||||
.init = NULL,
|
.init = NULL,
|
||||||
.quit = NULL,
|
.quit = NULL,
|
||||||
.khz = NULL,
|
.khz = NULL,
|
||||||
|
|
Loading…
Reference in New Issue