浏览代码

[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