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

12 lines
293 B
Makefile

include ../Makefile.sys_common
USEMODULE += ztimer64_usec
# uncomment this to test using ztimer64 msec on rtt
#USEMODULE += ztimer64_msec ztimer_periph_rtt
# uncomment this to test using ztimer64 sec on rtc
#USEMODULE += ztimer64_sec ztimer_periph_rtc
include $(RIOTBASE)/Makefile.include