1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 06:23:53 +01:00
2023-05-24 09:53:33 +02:00

13 lines
269 B
Makefile

include ../Makefile.sys_common
USEMODULE += evtimer
USEMODULE += ztimer_msec
# This test randomly fails on `native` so disable it from CI
TEST_ON_CI_BLACKLIST += native
# microbit qemu lacks rtt
TEST_ON_CI_BLACKLIST += microbit
include $(RIOTBASE)/Makefile.include