From bf8afd09f38f8744c45f65a7e3ccb49ec5e85b01 Mon Sep 17 00:00:00 2001 From: guozhanxin Date: Wed, 13 Oct 2021 16:03:13 +0800 Subject: [PATCH] [update] Adjust C++11 Kconfig option name --- components/cplusplus/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/cplusplus/Kconfig b/components/cplusplus/Kconfig index dfd6786004..dfab433da0 100644 --- a/components/cplusplus/Kconfig +++ b/components/cplusplus/Kconfig @@ -7,7 +7,7 @@ config RT_USING_CPLUSPLUS if RT_USING_CPLUSPLUS config RT_USING_CPLUSPLUS11 - bool "Enable c++11 feature support" + bool "Enable c++11 threading feature support" default n select RT_USING_LIBC select RT_USING_DFS -- GitLab