Skip to content

Commit

Permalink
jtag_scan: refactor comment
Browse files Browse the repository at this point in the history
  • Loading branch information
perigoso authored and rg-silva committed Oct 5, 2023
1 parent 290f1fd commit fbeffc0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/target/jtag_scan.c
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ bool jtag_scan(void)

/*
* Initialise the JTAG backend if it's not already
* This will automatically do the SWD-to-JTAG sequence just in case we've got any SWJ-DP's in chain
* This will automatically do the SWD-to-JTAG sequence just in case we've got
* any SWD/JTAG DPs in the chain
*/
DEBUG_INFO("Resetting TAP\n");
#if PC_HOSTED == 1
Expand Down

0 comments on commit fbeffc0

Please sign in to comment.