ft2232: less noise with _DEBUG_JTAG_IO_
Don't log "Yes, I'm *still* in TAP_IDLE" every seven runtest clocks.__archive__
parent
0b476c9f4c
commit
1020569b9f
|
@ -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)"); */
|
||||||
|
|
Loading…
Reference in New Issue