aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
author@imrank03 <[email protected]>2022-11-23 17:51:43 +0530
committer@imrank03 <[email protected]>2022-11-23 17:51:43 +0530
commit5aad2129ef2eefd6ea2f2bda05f6c0e6172ba1c8 (patch)
treeb7cb98faf61b8d89bd6e6cea1d42fc4a83f7c38a /examples
parent28991d77941da2d77fcb242e025af06ceb936460 (diff)
added the runner for stm32f091rc
Diffstat (limited to 'examples')
-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 d1b1cd0bf..16abc29bc 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 STM32F030F4Px' 2runner = 'probe-run --chip STM32F091RCTX'
3 3
4[build] 4[build]
5target = "thumbv6m-none-eabi" 5target = "thumbv6m-none-eabi"