From 053ffb0527a319dc8a357a196c99e500d807dbf5 Mon Sep 17 00:00:00 2001 From: David Lin Date: Thu, 5 Mar 2020 09:20:05 +0800 Subject: [PATCH] Fixed typos in Kconfig mesage -> message memmory -> memory --- components/drivers/Kconfig | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/components/drivers/Kconfig b/components/drivers/Kconfig index 3995199ac2..5408761c6a 100755 --- a/components/drivers/Kconfig +++ b/components/drivers/Kconfig @@ -89,7 +89,7 @@ config RT_USING_I2C if RT_USING_I2C config RT_I2C_DEBUG - bool "Use I2C debug mesage" + bool "Use I2C debug message" default n config RT_USING_I2C_BITOPS @@ -99,7 +99,7 @@ endif if RT_USING_I2C_BITOPS config RT_I2C_BITOPS_DEBUG - bool "Use simulate I2C debug mesage" + bool "Use simulate I2C debug message" default n endif @@ -257,11 +257,11 @@ config RT_USING_AUDIO if RT_USING_AUDIO config RT_AUDIO_REPLAY_MP_BLOCK_SIZE - int "Replay memmory pool block size" + int "Replay memory pool block size" default 4096 config RT_AUDIO_REPLAY_MP_BLOCK_COUNT - int "Replay memmory pool block count" + int "Replay memory pool block count" default 2 config RT_AUDIO_RECORD_PIPE_SIZE