summaryrefslogtreecommitdiff
path: root/src/flash/str9xpec.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/flash/str9xpec.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/flash/str9xpec.c')
-rw-r--r--src/flash/str9xpec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/flash/str9xpec.c b/src/flash/str9xpec.c
index f96ad874..6c49419e 100644
--- a/src/flash/str9xpec.c
+++ b/src/flash/str9xpec.c
@@ -1338,7 +1338,7 @@ int str9xpec_handle_flash_disable_turbo_command(struct command_context_s *cmd_ct
if (tap == NULL)
return ERROR_FAIL;
- /* exit turbo mode via TLR */
+ /* exit turbo mode via RESET */
str9xpec_set_instr(tap, ISC_NOOP, TAP_RESET);
jtag_execute_queue();