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:
parent
9361c9898c
commit
4d70d939ca
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user