Skip to content

Commit

Permalink
hosted/ftdi_bmp: Fixed a formatting issue caused by the formatting ru…
Browse files Browse the repository at this point in the history
…les change
  • Loading branch information
dragonmux committed Feb 11, 2023
1 parent e4d1db7 commit cf14eed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/platforms/hosted/ftdi_bmp.c
Original file line number Diff line number Diff line change
Expand Up @@ -653,9 +653,9 @@ void libftdi_jtagtap_tdi_tdo_seq(uint8_t *data_out, const bool final_tms, const
return;

DEBUG_WIRE("libftdi_jtagtap_tdi_tdo_seq %s ticks: %d\n",
data_in && data_out ? "read/write"
: data_in ? "write"
: "read",
data_in && data_out ? "read/write" :
data_in ? "write" :
"read",
ticks);
if (final_tms)
--ticks;
Expand Down

0 comments on commit cf14eed

Please sign in to comment.