4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-02-21 02:27:10 +08:00

Add KConfig for C++ feature.

This commit is contained in:
bernard 2017-06-06 18:19:06 +08:00
parent ae6ca7bb02
commit 8ee0bf8908

View File

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