aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/bitq.c
diff options
context:
space:
mode:
authorZachary T Welch <zw@superlucidity.net>2009-11-13 05:54:16 -0800
committerZachary T Welch <zw@superlucidity.net>2009-11-13 11:58:05 -0800
commitc07f0600ff3c77a00efaf4bdcd4dc3691f0421f6 (patch)
treee91376930bc5a327f1f794fd0ffa6aa490a2eaca /src/jtag/bitq.c
parentaf3f4a0bbefd796bd40602ae28f66dd373272e6a (diff)
pathmove_command_t -> struct pathmove_command
Remove misleading typedef from struct pathmove_command.
Diffstat (limited to 'src/jtag/bitq.c')
-rw-r--r--src/jtag/bitq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jtag/bitq.c b/src/jtag/bitq.c
index ee7a073a..1c00228a 100644
--- a/src/jtag/bitq.c
+++ b/src/jtag/bitq.c
@@ -178,7 +178,7 @@ void bitq_state_move(tap_state_t new_state)
}
-void bitq_path_move(pathmove_command_t* cmd)
+void bitq_path_move(struct pathmove_command* cmd)
{
int i;