reset_command_t -> struct reset_command

Remove misleading typedef from struct reset_command.
This commit is contained in:
Zachary T Welch
2009-11-13 05:57:47 -08:00
parent 2fecae46f6
commit 8cc8c0544f
2 changed files with 4 additions and 5 deletions

View File

@@ -442,7 +442,7 @@ int interface_jtag_add_reset(int req_trst, int req_srst)
cmd->type = JTAG_RESET;
cmd->cmd.reset = cmd_queue_alloc(sizeof(reset_command_t));
cmd->cmd.reset = cmd_queue_alloc(sizeof(struct reset_command));
cmd->cmd.reset->trst = req_trst;
cmd->cmd.reset->srst = req_srst;