Browse Source

Merge pull request #3416 from DavidLin1577/patch-4

[bsp] Fixed the wrong output infomation in Kconfig
Bernard Xiong 5 years ago
parent
commit
60976bb168
1 changed files with 1 additions and 1 deletions
  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