diff options
| author | Dario Nieuwenhuis <[email protected]> | 2023-06-29 02:39:28 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2023-06-29 02:39:28 +0200 |
| commit | f7ec579c18b2ec925afcd4ab9a840719f4ce08cc (patch) | |
| tree | d3770ddc86986669a04fcf79aea01221f5307e53 /examples/stm32f0 | |
| parent | 4f0aca481fedf69c4bb80390ceb035bb9c522bc8 (diff) | |
Update probe-rs-cli -> probe-rs
Diffstat (limited to 'examples/stm32f0')
| -rw-r--r-- | examples/stm32f0/.cargo/config.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stm32f0/.cargo/config.toml b/examples/stm32f0/.cargo/config.toml index bd0c0cd97..def4c8c92 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] |
| 2 | runner = 'probe-rs-cli run --chip STM32F091RCTX' | 2 | runner = 'probe-rs run --chip STM32F091RCTX' |
| 3 | 3 | ||
| 4 | [build] | 4 | [build] |
| 5 | target = "thumbv6m-none-eabi" | 5 | target = "thumbv6m-none-eabi" |
