arm/stm32h7: stm32h7x5: fixed typo on SPI header inclusion

This commit is contained in:
Alexander Lunev 2023-08-11 18:42:07 +08:00 committed by Xiang Xiao
parent e59f161fc2
commit cfbee60932
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
# include "hardware/stm32h7x3xx_spi.h"
#elif defined(CONFIG_STM32H7_STM32H7B3XX)
# include "hardware/stm32h7x3xx_spi.h"
#elif defined(CONFIG_STM32H7_STM32H7X3XX)
#elif defined(CONFIG_STM32H7_STM32H7X5XX)
# include "hardware/stm32h7x3xx_spi.h"
#elif defined(CONFIG_STM32H7_STM32H7X7XX)
# include "hardware/stm32h7x3xx_spi.h"