소스 검색

[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