mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
8 lines
249 B
Makefile
8 lines
249 B
Makefile
# this depends on either ztimer_usec or ztimer_msec if neither is used
|
|
# prior to this msec is preferred
|
|
ifeq (,$(filter ztimer_usec,$(USEMODULE))$(filter ztimer_msec,$(USEMODULE)))
|
|
USEMODULE += ztimer_msec
|
|
endif
|
|
|
|
USEMODULE += sched_runq_callback
|