mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 23:12:45 +01:00
12 lines
224 B
Makefile
12 lines
224 B
Makefile
include ../Makefile.sys_common
|
|
|
|
USEMODULE += ztimer
|
|
USEMODULE += ztimer_usec
|
|
USEMODULE += ztimer_msec
|
|
USEMODULE += ztimer_sec
|
|
|
|
# microbit qemu lacks rtt
|
|
TEST_ON_CI_BLACKLIST += microbit
|
|
|
|
include $(RIOTBASE)/Makefile.include
|