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:
Neil Armstrong 2017-09-11 14:58:41 +02:00 committed by Anas Nashif
commit 9c3f7e11fb

View file

@ -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_ */