summaryrefslogtreecommitdiff
path: root/src/jtag/bitq.c
diff options
context:
space:
mode:
authorZachary T Welch <zw@superlucidity.net>2009-11-13 05:30:28 -0800
committerZachary T Welch <zw@superlucidity.net>2009-11-13 11:58:05 -0800
commit2ddeec9db5a8771c948294b7194778a95295b7a0 (patch)
tree93b4c1fc66ac94c8edae4b0857471dc3a8afcda6 /src/jtag/bitq.c
parent4a29f8e21d4932ddf6523ccf23463d8636ad05a9 (diff)
downloadopenocd+libswd-2ddeec9db5a8771c948294b7194778a95295b7a0.tar.gz
openocd+libswd-2ddeec9db5a8771c948294b7194778a95295b7a0.tar.bz2
openocd+libswd-2ddeec9db5a8771c948294b7194778a95295b7a0.tar.xz
openocd+libswd-2ddeec9db5a8771c948294b7194778a95295b7a0.zip
scan_command_t -> struct scan_command
Remove misleading typedef on struct scan_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 145324c7..ee7a073a 100644
--- a/src/jtag/bitq.c
+++ b/src/jtag/bitq.c
@@ -272,7 +272,7 @@ void bitq_scan_field(struct scan_field* field, int pause)
}
-void bitq_scan(scan_command_t* cmd)
+void bitq_scan(struct scan_command* cmd)
{
int i;