mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
Fix define CONFIG_AUDIO_CS43L22 typo
This commit is contained in:
committed by
Gregory Nutt
parent
32eb5ca99a
commit
0fdb000e53
@@ -151,7 +151,7 @@
|
|||||||
|
|
||||||
/* The CS43L22 depends on the CS43L22 driver, I2C1, and I2S3 support */
|
/* 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)
|
!defined(CONFIG_STM32_I2S3)
|
||||||
# undef HAVE_CS43L22
|
# undef HAVE_CS43L22
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user