You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2020/06/05 04:21:55 UTC

[incubator-nuttx] 01/05: arch/arm/src/stm32/Kconfig: Fix a trivial typo (I2C -> I2S)

This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git

commit 1c17e5f3c3ba6663c635bad1f0d8e8f85e519975
Author: Ouss4 <ab...@gmail.com>
AuthorDate: Wed Jun 3 15:43:30 2020 +0100

    arch/arm/src/stm32/Kconfig: Fix a trivial typo (I2C -> I2S)
---
 arch/arm/src/stm32/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/src/stm32/Kconfig b/arch/arm/src/stm32/Kconfig
index d918726..7812e88 100644
--- a/arch/arm/src/stm32/Kconfig
+++ b/arch/arm/src/stm32/Kconfig
@@ -9313,7 +9313,7 @@ config STM32_I2S3_DATALEN
 
 #if STM32_I2S
 config STM32_I2S3_RX
-	bool "Enable I2C receiver"
+	bool "Enable I2S receiver"
 	default n
 	---help---
 		Enable I2S receipt logic