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

sys/evtimer,ztimer: do not depend on ztimer_now64

This commit is contained in:
Karl Fessel 2021-12-08 14:16:17 +01:00
parent 9361c9898c
commit 4d70d939ca

View File

@ -34,7 +34,6 @@ endif
# make evtimer use ztimer_msec as low level timer
ifneq (,$(filter evtimer_on_ztimer,$(USEMODULE)))
USEMODULE += ztimer_msec
USEMODULE += ztimer_now64
endif
# "ztimer_xtimer_compat" is a wrapper of the xtimer API on ztimer_used