aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2023-04-26 18:10:39 +0200
committerDario Nieuwenhuis <[email protected]>2023-04-26 18:10:57 +0200
commit0c8e5f92c7ebe6fd148a986baaaa6ac746d939c2 (patch)
tree8157c8204219698a2c0431a2ef77cbc2e52b8700 /examples
parent0a2d6f0be069233bdfa9d9eee6f41184fdda72f3 (diff)
Switch from probe-run to probe-rs-cli.
Diffstat (limited to 'examples')
-rw-r--r--examples/rpi-pico-w/.cargo/config.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/rpi-pico-w/.cargo/config.toml b/examples/rpi-pico-w/.cargo/config.toml
index 6183e70f7..f1ed8af96 100644
--- a/examples/rpi-pico-w/.cargo/config.toml
+++ b/examples/rpi-pico-w/.cargo/config.toml
@@ -1,5 +1,5 @@
1[target.'cfg(all(target_arch = "arm", target_os = "none"))'] 1[target.'cfg(all(target_arch = "arm", target_os = "none"))']
2runner = "probe-run --chip RP2040" 2runner = "probe-rs-cli run --chip RP2040"
3 3
4[build] 4[build]
5target = "thumbv6m-none-eabi" 5target = "thumbv6m-none-eabi"