1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-15 17:12:45 +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