From bcde5b3830147c131afacf836cb24698039b9f84 Mon Sep 17 00:00:00 2001 From: kc8apf Date: Sat, 13 Dec 2008 06:59:24 +0000 Subject: Clean up references to old tap_state names git-svn-id: svn://svn.berlios.de/openocd/trunk@1235 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- src/flash/str9xpec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/flash/str9xpec.c') 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(); -- cgit v1.2.3