diff --git a/configs/stm32f4discovery/src/stm32f4discovery.h b/configs/stm32f4discovery/src/stm32f4discovery.h index ebb618095ec..eaeed154482 100644 --- a/configs/stm32f4discovery/src/stm32f4discovery.h +++ b/configs/stm32f4discovery/src/stm32f4discovery.h @@ -151,7 +151,7 @@ /* The CS43L22 depends on the CS43L22 driver, I2C1, and I2S3 support */ -#if !defiend(CONFIG_AUDIO_CS43L22) || !defined(CONFIG_STM32_I2C1) || \ +#if !defined(CONFIG_AUDIO_CS43L22) || !defined(CONFIG_STM32_I2C1) || \ !defined(CONFIG_STM32_I2S3) # undef HAVE_CS43L22 #endif