ft2232: less noise with _DEBUG_JTAG_IO_

Don't log "Yes, I'm *still* in TAP_IDLE" every seven runtest clocks.
__archive__
David Brownell 2009-10-26 23:10:40 -07:00
parent 0b476c9f4c
commit 1020569b9f
1 changed files with 0 additions and 1 deletions

View File

@ -1552,7 +1552,6 @@ static int ft2232_execute_runtest(jtag_command_t *cmd)
/* TMS data bits */ /* TMS data bits */
buffer_write(0x0); buffer_write(0x0);
tap_set_state(TAP_IDLE);
i -= (i > 7) ? 7 : i; i -= (i > 7) ? 7 : i;
/* LOG_DEBUG("added TMS scan (no read)"); */ /* LOG_DEBUG("added TMS scan (no read)"); */