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

8 lines
135 B
Makefile
Raw Normal View History

2020-09-22 10:57:02 +02:00
include ../Makefile.tests_common
USEMODULE += sema
USEMODULE += xtimer
USEMODULE += ztimer_usec
2020-09-22 10:57:02 +02:00
include $(RIOTBASE)/Makefile.include