Explorar o código

Merge pull request #3416 from DavidLin1577/patch-4

[bsp] Fixed the wrong output infomation in Kconfig
Bernard Xiong %!s(int64=5) %!d(string=hai) anos
pai
achega
60976bb168
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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