aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorJulian <[email protected]>2023-07-31 10:17:44 +0200
committerGitHub <[email protected]>2023-07-31 10:17:44 +0200
commit027801db6029890f806d87b5fae85184c020f318 (patch)
tree94c03c78167ddf3d0983a377118c86ac03d44e9d /examples
parent6c6bd11c1a28eb8985518a10bd723c622d82f4b6 (diff)
Fix probe 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)