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

11 lines
229 B
Makefile
Raw Normal View History

include ../Makefile.sys_common
2021-06-03 17:53:53 +02:00
FORCE_ASSERTS = 1
USEMODULE += event_thread
USEMODULE += event_callback
USEMODULE += event_timeout_ztimer
USEMODULE += event_periodic
USEMODULE += ztimer_usec
2021-06-03 17:53:53 +02:00
include $(RIOTBASE)/Makefile.include