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

tests/cpp11_mutex: Cleanup deps

This commit is contained in:
MrKevinWeiss 2023-03-06 12:03:48 +01:00
parent 66570cb0fb
commit 89f2ae7f24
No known key found for this signature in database
GPG Key ID: 4B69974722CBEEAE
2 changed files with 0 additions and 2 deletions

View File

@ -1,7 +1,6 @@
include ../Makefile.tests_common
USEMODULE += cpp11-compat
USEMODULE += xtimer
USEMODULE += libc_gettimeofday
include $(RIOTBASE)/Makefile.include

View File

@ -1,3 +1,2 @@
CONFIG_MODULE_CPP11-COMPAT=y
CONFIG_MODULE_LIBC_GETTIMEOFDAY=y
CONFIG_MODULE_XTIMER=y