bernard 8 лет назад
Родитель
Сommit
8ee0bf8908
1 измененных файлов с 7 добавлено и 0 удалено
  1. 7 0
      components/cplusplus/KConfig

+ 7 - 0
components/cplusplus/KConfig

@@ -0,0 +1,7 @@
+menu "C++ features"
+
+config RT_USING_CPLUSPLUS
+    bool "Support C++ features"
+    default n
+
+endmenu