From c974949cee7337a4b63bc20e4366fe3bda35c4d2 Mon Sep 17 00:00:00 2001 From: Bernard Xiong Date: Wed, 30 Jan 2019 09:24:47 +0800 Subject: [PATCH] Update Kconfig --- components/drivers/Kconfig | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/components/drivers/Kconfig b/components/drivers/Kconfig index 6d45e44cfd..8f66738260 100755 --- a/components/drivers/Kconfig +++ b/components/drivers/Kconfig @@ -22,8 +22,8 @@ if RT_USING_SERIAL default y config RT_SERIAL_RB_BUFSZ - int "Set RX buffer size" - default 64 + int "Set RX buffer size" + default 64 endif @@ -241,8 +241,8 @@ config RT_USING_AUDIO menu "Using WiFi" config RT_USING_WIFI - bool "Using Wi-Fi framework" - default n + bool "Using Wi-Fi framework" + default n if RT_USING_WIFI config RT_WLAN_DEVICE_STA_NAME -- GitLab