소스 검색

[bsp] Fixed the wrong output infomation in Kconfig

RT-Thrad -> RT-Thread
David Lin 5 년 전
부모
커밋
c15ebec442
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      bsp/amebaz/libraries/Kconfig

+ 1 - 1
bsp/amebaz/libraries/Kconfig

@@ -1,7 +1,7 @@
 menu "External Libraries"
 
     config RT_USING_SMARTCONFIG_LIB
-        bool "Using RT-Thrad SmartConfig Library"
+        bool "Using RT-Thread SmartConfig Library"
         default n
 
 endmenu