mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-15 10:32:44 +01:00
10 lines
206 B
Makefile
10 lines
206 B
Makefile
|
include ../Makefile.tests_common
|
||
|
|
||
|
FORCE_ASSERTS = 1
|
||
|
USEMODULE += event_thread
|
||
|
USEMODULE += event_callback
|
||
|
USEMODULE += event_timeout_ztimer
|
||
|
USEMODULE += event_periodic
|
||
|
|
||
|
include $(RIOTBASE)/Makefile.include
|