浏览代码

[update] Adjust C++11 Kconfig option name

guozhanxin 3 年之前
父节点
当前提交
bf8afd09f3
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      components/cplusplus/Kconfig

+ 1 - 1
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