From c15ebec442f1d6a7c9dc8b71e5ee0fce45109950 Mon Sep 17 00:00:00 2001 From: David Lin Date: Thu, 27 Feb 2020 23:10:40 +0800 Subject: [PATCH] [bsp] Fixed the wrong output infomation in Kconfig RT-Thrad -> RT-Thread --- bsp/amebaz/libraries/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bsp/amebaz/libraries/Kconfig b/bsp/amebaz/libraries/Kconfig index 935bb1fef9..59abf005c9 100644 --- a/bsp/amebaz/libraries/Kconfig +++ b/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