arch: arm: soc: stm32f0: include LL spi header
Include the STM32Cube LL SPI Header for STM32F0 Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
This commit is contained in:
parent
b5938c43fb
commit
9c3f7e11fb
1 changed files with 4 additions and 0 deletions
|
@ -51,6 +51,10 @@
|
|||
#include <stm32f0xx_ll_i2c.h>
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_SPI_STM32
|
||||
#include <stm32f0xx_ll_spi.h>
|
||||
#endif
|
||||
|
||||
#endif /* !_ASMLANGUAGE */
|
||||
|
||||
#endif /* _STM32F0_SOC_H_ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue