aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32f0
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2023-04-26 18:07:56 +0200
committerGitHub <[email protected]>2023-04-26 18:07:56 +0200
commite2410cbb6a80940b4be9a20d6dbb99ac9974f046 (patch)
tree7e3b5a8b2116ce0dc026167b1070bf4cd16d2dae /examples/stm32f0
parent0dea7b02d6d320efabede5d7e5470bb0d42cfa88 (diff)
parent054ca17f660bd7fc760854293248ffc6a092b6da (diff)
Merge pull request #1398 from embassy-rs/probe-rs
Switch from probe-run to probe-rs-cli.
Diffstat (limited to 'examples/stm32f0')
-rw-r--r--examples/stm32f0/.cargo/config.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stm32f0/.cargo/config.toml b/examples/stm32f0/.cargo/config.toml
index 16abc29bc..bd0c0cd97 100644
--- a/examples/stm32f0/.cargo/config.toml
+++ b/examples/stm32f0/.cargo/config.toml
@@ -1,5 +1,5 @@
1[target.thumbv6m-none-eabi] 1[target.thumbv6m-none-eabi]
2runner = 'probe-run --chip STM32F091RCTX' 2runner = 'probe-rs-cli run --chip STM32F091RCTX'
3 3
4[build] 4[build]
5target = "thumbv6m-none-eabi" 5target = "thumbv6m-none-eabi"