arm/stm32h7: stm32h7x5: fixed typo on SPI header inclusion
This commit is contained in:
parent
e59f161fc2
commit
cfbee60932
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue