Skip to content

Commit

Permalink
hosted/jlink_swd: remove redundant dp method assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
perigoso authored and dragonmux committed Oct 29, 2023
1 parent 9a1d194 commit 09d1272
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/platforms/hosted/jlink_swd.c
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ bool jlink_swd_init(adiv5_debug_port_s *dp)
/* Set up the accelerated SWD functions for basic target operations */
dp->write_no_check = jlink_adiv5_raw_write_no_check;
dp->read_no_check = jlink_adiv5_raw_read_no_check;
dp->dp_read = firmware_swdp_read;
dp->low_access = jlink_adiv5_raw_access;
return true;
}
Expand Down

0 comments on commit 09d1272

Please sign in to comment.