Skip to content

Commit

Permalink
Remove remaining references to probe-run
Browse files Browse the repository at this point in the history
  • Loading branch information
sefidel authored and korken89 committed Nov 12, 2023
1 parent d43dca4 commit b24c3f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
# TODO(2) replace `$CHIP` with your chip's name (see `probe-run --list-chips` output)
runner = "probe-run --chip $CHIP"
# TODO(2) replace `$CHIP` with your chip's name (see `probe-rs chip list` output)
runner = "probe-rs run --chip $CHIP"
rustflags = [
"-C", "linker=flip-link",
"-C", "link-arg=-Tlink.x",
Expand Down

0 comments on commit b24c3f4

Please sign in to comment.