summaryrefslogtreecommitdiff
path: root/src/jtag/bitq.c
diff options
context:
space:
mode:
authorkc8apf <kc8apf@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-12-13 06:59:24 +0000
committerkc8apf <kc8apf@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-12-13 06:59:24 +0000
commitbcde5b3830147c131afacf836cb24698039b9f84 (patch)
tree493810fb6fba6199ae42cca2c2464e026c76f8bb /src/jtag/bitq.c
parentc45de8073d027f1a4d39640dc140666f27960e3b (diff)
downloadopenocd_libswd-bcde5b3830147c131afacf836cb24698039b9f84.tar.gz
openocd_libswd-bcde5b3830147c131afacf836cb24698039b9f84.tar.bz2
openocd_libswd-bcde5b3830147c131afacf836cb24698039b9f84.tar.xz
openocd_libswd-bcde5b3830147c131afacf836cb24698039b9f84.zip
Clean up references to old tap_state names
git-svn-id: svn://svn.berlios.de/openocd/trunk@1235 b42882b7-edfa-0310-969c-e2dbd0fdcd60
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 47fdc923..e18d93c6 100644
--- a/src/jtag/bitq.c
+++ b/src/jtag/bitq.c
@@ -194,7 +194,7 @@ void bitq_runtest(int num_cycles)
{
int i;
- /* only do a state_move when we're not already in RTI */
+ /* only do a state_move when we're not already in IDLE */
if (cur_state != TAP_IDLE) bitq_state_move(TAP_IDLE);
/* execute num_cycles */