Skip to content

Commit

Permalink
Fix link name error
Browse files Browse the repository at this point in the history
  • Loading branch information
maxgerhardt committed Sep 28, 2021
1 parent a94d0ff commit 051a811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion add_swo_viewer.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def swo_viewer_task(*args, **kwargs):
assert debug.get("openocd_target"), (
"Missed target configuration for %s" % board.id)
server_args.extend([
"-f", "interface/%s.cfg" % link,
"-f", "interface/%s.cfg" % upload_protocol,
"-c", "transport select %s" % (
"hla_swd" if upload_protocol == "stlink" else "swd"),
"-f", "target/%s.cfg" % debug.get("openocd_target")
Expand Down

0 comments on commit 051a811

Please sign in to comment.