Merge pull request #1723 from JuliDi/patch-1

Fix probe-rs chip type in stm32h7 example
This commit is contained in:
Ulf Lilleengen
2023-07-31 08:29:30 +00:00
committed by GitHub

View File

@ -1,5 +1,5 @@
[target.thumbv7em-none-eabihf]
runner = 'probe-rs run --chip STM32H7A3ZITxQ'
runner = 'probe-rs run --chip STM32H743ZITx'
[build]
target = "thumbv7em-none-eabihf" # Cortex-M4F and Cortex-M7F (with FPU)