Commit 411dc003 authored by Armando Visconti's avatar Armando Visconti Committed by Carles Cufi
Browse files

arch: arm: soc: stm32f4xx: Add LL include file also for I2S case



stm32f4xx_ll_spi.h include file is shared between I2S and SPI
(controller is same). So we need to include it even when I2S_STM32
is enabled.

Signed-off-by: default avatarArmando Visconti <armando.visconti@st.com>
parent a3be0945
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -47,7 +47,7 @@
#include <stm32f4xx_ll_i2c.h>
#endif

#ifdef CONFIG_SPI_STM32
#if defined(CONFIG_SPI_STM32) || defined(CONFIG_I2S_STM32)
#include <stm32f4xx_ll_spi.h>
#endif