aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorxoviat <[email protected]>2023-07-01 17:32:16 -0500
committerxoviat <[email protected]>2023-07-01 17:32:16 -0500
commit21a86531955facbdba5583b5218e20f1ca6dc23e (patch)
treee294d8da6a641d2fdd004dc232419166d836456e /examples
parent6e13f5b387d8f0f948b5874bc300925b015947d9 (diff)
hrtim: minor cleanup
Diffstat (limited to 'examples')
-rw-r--r--examples/stm32f334/.cargo/config.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stm32f334/.cargo/config.toml b/examples/stm32f334/.cargo/config.toml
index 7f3fda529..caf947be6 100644
--- a/examples/stm32f334/.cargo/config.toml
+++ b/examples/stm32f334/.cargo/config.toml
@@ -1,6 +1,6 @@
1[target.'cfg(all(target_arch = "arm", target_os = "none"))'] 1[target.'cfg(all(target_arch = "arm", target_os = "none"))']
2# replace STM32F429ZITx with your chip as listed in `probe-rs-cli chip list` 2# replace STM32F429ZITx with your chip as listed in `probe-rs-cli chip list`
3runner = "probe-rs-cli run --chip STM32F303ZETx" 3runner = "probe-run --chip STM32F334R8"
4 4
5[build] 5[build]
6target = "thumbv7em-none-eabihf" 6target = "thumbv7em-none-eabihf"