소스 검색

Merge pull request #1852 from weety/dev

Fixed Kconfig spelling mistake.
Bernard Xiong 6 년 전
부모
커밋
bdc8fe9a82
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      components/drivers/Kconfig

+ 2 - 2
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"