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:
Zachary T Welch
2009-11-27 11:02:54 -08:00
parent f31dfffdef
commit 6ce3a299f3

View File

@@ -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,