update minidummy interface driver command handling
Changes the interface definition field reference from register_commands to commands, which allows the module to compile.
This commit is contained in:
@@ -29,7 +29,7 @@ struct jtag_interface minidummy_interface =
|
||||
.name = "minidummy",
|
||||
.execute_queue = NULL,
|
||||
.speed = NULL,
|
||||
.register_commands = NULL,
|
||||
.commands = NULL,
|
||||
.init = NULL,
|
||||
.quit = NULL,
|
||||
.khz = NULL,
|
||||
|
||||
Reference in New Issue
Block a user