1
0
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:
Francisco Molina 2021-12-15 13:45:20 +01:00
parent 03a004e3c9
commit efeecae3a5

View File

@ -542,7 +542,6 @@ endif
ifneq (,$(filter event_periodic,$(USEMODULE)))
USEMODULE += event_timeout_ztimer
USEMODULE += ztimer_periodic
endif
ifneq (,$(filter event,$(USEMODULE)))