Skip to content

Commit

Permalink
Merge pull request #55 from 1-rafael-1/feature/deprecated-runner-in-c…
Browse files Browse the repository at this point in the history
…argo-config

Feature/deprecated runner in cargo config
  • Loading branch information
jannic authored Feb 22, 2024
2 parents f8f02ea + a88cb26 commit d641886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cargo/config
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ runner = "elf2uf2-rs -d"

# This runner will find a supported SWD debug probe and flash your RP2040 over
# SWD:
# runner = "probe-run --chip RP2040"
# runner = "probe-rs run --chip RP2040"

0 comments on commit d641886

Please sign in to comment.