Fixed Kconfig spelling mistake.
This commit is contained in:
parent
f88db1809e
commit
84ffe47bb5
|
@ -231,11 +231,11 @@ menu "Using WiFi"
|
||||||
|
|
||||||
config RT_WLAN_SCAN_WAIT_MS
|
config RT_WLAN_SCAN_WAIT_MS
|
||||||
int "Set scan timeout time(ms)"
|
int "Set scan timeout time(ms)"
|
||||||
default 10000;
|
default 10000
|
||||||
|
|
||||||
config RT_WLAN_CONNECT_WAIT_MS
|
config RT_WLAN_CONNECT_WAIT_MS
|
||||||
int "Set connect timeout time(ms)"
|
int "Set connect timeout time(ms)"
|
||||||
default 10000;
|
default 10000
|
||||||
|
|
||||||
config RT_WLAN_SSID_MAX_LENGTH
|
config RT_WLAN_SSID_MAX_LENGTH
|
||||||
int "SSID name maximum length"
|
int "SSID name maximum length"
|
||||||
|
|
Loading…
Reference in New Issue