1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

tests: cpp11_mutex: vtimer to xtimer

This commit is contained in:
Cenk Gündoğan 2015-11-11 13:03:58 +01:00
parent 2672787ccb
commit 751507a961

View File

@ -28,7 +28,6 @@ QUIET ?= 1
CXXEXFLAGS += -std=c++11
USEMODULE += cpp11-compat
USEMODULE += vtimer
USEMODULE += timex
USEMODULE += xtimer
include $(RIOTBASE)/Makefile.include