1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

sys/cpp11-compat: Fix kconfig model

This commit is contained in:
MrKevinWeiss 2022-08-12 14:07:49 +02:00
parent 99f4fd633e
commit 54c4bd56ca
No known key found for this signature in database
GPG Key ID: 4B69974722CBEEAE

View File

@ -11,7 +11,9 @@ config MODULE_CPP11-COMPAT
depends on HAS_CPP
depends on HAS_LIBSTDCPP
select MODULE_CPP
select MODULE_LIBSTDCPP
select MODULE_CPP_NEW_DELETE
select MODULE_XTIMER
select MODULE_TIMEX