Browse Source

ft2232: less noise with _DEBUG_JTAG_IO_

Don't log "Yes, I'm *still* in TAP_IDLE" every seven runtest clocks.
tags/v0.3.0-rc0
David Brownell 14 years ago
parent
commit
1020569b9f
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      src/jtag/ft2232.c

+ 0
- 1
src/jtag/ft2232.c View File

@@ -1552,7 +1552,6 @@ static int ft2232_execute_runtest(jtag_command_t *cmd)

/* TMS data bits */
buffer_write(0x0);
tap_set_state(TAP_IDLE);

i -= (i > 7) ? 7 : i;
/* LOG_DEBUG("added TMS scan (no read)"); */


Loading…
Cancel
Save