aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorPhilip A Reimer <[email protected]>2022-07-11 21:29:01 -0600
committerPhilip A Reimer <[email protected]>2022-07-11 21:29:01 -0600
commit4070a375c766b75fc856ffb66c3f4f32c0fcb37f (patch)
tree107bbd882fe50367b4b7b6ef06a7dc1b258fe4bf /examples
parent2adee4af3878cb0e8027752c9d29a6ce236f4ab3 (diff)
fix typo
Diffstat (limited to 'examples')
-rw-r--r--examples/stm32l5/.cargo/config.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stm32l5/.cargo/config.toml b/examples/stm32l5/.cargo/config.toml
index 332a97d11..f2af6b556 100644
--- a/examples/stm32l5/.cargo/config.toml
+++ b/examples/stm32l5/.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"))']
2# replace STM32F429ZITx with your chip as listed in `probe-run --list-chips` 2# replace STM32L552ZETxQ with your chip as listed in `probe-run --list-chips`
3runner = "probe-run --chip STM32L552ZETxQ" 3runner = "probe-run --chip STM32L552ZETxQ"
4 4
5[build] 5[build]