mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-16 18:13:49 +01:00
sys/Makefile.dep: remove ztimer_periodic dep
This module does not exist, its part of ztimer core.
This commit is contained in:
parent
03a004e3c9
commit
efeecae3a5
@ -542,7 +542,6 @@ endif
|
|||||||
|
|
||||||
ifneq (,$(filter event_periodic,$(USEMODULE)))
|
ifneq (,$(filter event_periodic,$(USEMODULE)))
|
||||||
USEMODULE += event_timeout_ztimer
|
USEMODULE += event_timeout_ztimer
|
||||||
USEMODULE += ztimer_periodic
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifneq (,$(filter event,$(USEMODULE)))
|
ifneq (,$(filter event,$(USEMODULE)))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user