From 84ffe47bb510a3155effa395bd7cd6c5fddca272 Mon Sep 17 00:00:00 2001 From: weety Date: Sat, 29 Sep 2018 22:54:28 +0800 Subject: [PATCH] Fixed Kconfig spelling mistake. --- components/drivers/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/drivers/Kconfig b/components/drivers/Kconfig index a8608c2021..f70ed4961f 100755 --- a/components/drivers/Kconfig +++ b/components/drivers/Kconfig @@ -231,11 +231,11 @@ menu "Using WiFi" config RT_WLAN_SCAN_WAIT_MS int "Set scan timeout time(ms)" - default 10000; + default 10000 config RT_WLAN_CONNECT_WAIT_MS int "Set connect timeout time(ms)" - default 10000; + default 10000 config RT_WLAN_SSID_MAX_LENGTH int "SSID name maximum length"