Fix probe chip type in stm32h7 example

This commit is contained in:
Julian 2023-07-31 10:17:44 +02:00 committed by GitHub
parent 6c6bd11c1a
commit 027801db60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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)