From 0fdb000e53612f492de2e170fc854fadcd7c148b Mon Sep 17 00:00:00 2001 From: Taras Drozdovsky Date: Sun, 21 May 2017 17:09:53 -0600 Subject: [PATCH] Fix define CONFIG_AUDIO_CS43L22 typo --- configs/stm32f4discovery/src/stm32f4discovery.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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