aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2023-07-31 08:29:30 +0000
committerGitHub <[email protected]>2023-07-31 08:29:30 +0000
commiteff2d71f28b44ad71256cba645ce25e56ab88f9c (patch)
tree94c03c78167ddf3d0983a377118c86ac03d44e9d /examples
parent6c6bd11c1a28eb8985518a10bd723c622d82f4b6 (diff)
parent027801db6029890f806d87b5fae85184c020f318 (diff)
Merge pull request #1723 from JuliDi/patch-1
Fix probe-rs chip type in stm32h7 example
Diffstat (limited to 'examples')
-rw-r--r--examples/stm32h7/.cargo/config.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stm32h7/.cargo/config.toml b/examples/stm32h7/.cargo/config.toml
index 4160bf855..5f680dbce 100644
--- a/examples/stm32h7/.cargo/config.toml
+++ b/examples/stm32h7/.cargo/config.toml
@@ -1,5 +1,5 @@
1[target.thumbv7em-none-eabihf] 1[target.thumbv7em-none-eabihf]
2runner = 'probe-rs run --chip STM32H7A3ZITxQ' 2runner = 'probe-rs run --chip STM32H743ZITx'
3 3
4[build] 4[build]
5target = "thumbv7em-none-eabihf" # Cortex-M4F and Cortex-M7F (with FPU) 5target = "thumbv7em-none-eabihf" # Cortex-M4F and Cortex-M7F (with FPU)