Explorar el Código

[bsp] Fixed the wrong output infomation in Kconfig

RT-Thrad -> RT-Thread
David Lin hace 5 años
padre
commit
c15ebec442
Se han modificado 1 ficheros con 1 adiciones y 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