update minidummy interface driver command handling

Changes the interface definition field reference from register_commands
to commands, which allows the module to compile.
__archive__
Zachary T Welch 2009-11-27 11:02:54 -08:00
parent f31dfffdef
commit 6ce3a299f3
1 changed files with 1 additions and 1 deletions

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,