mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-15 01:23:49 +01:00
sys/event/periodic: remove wrong event_timeout_dependency
This commit is contained in:
parent
b4a70fc29c
commit
dff92b59b5
@ -543,10 +543,6 @@ ifneq (,$(filter event_timeout,$(USEMODULE)))
|
||||
USEMODULE += ztimer_usec
|
||||
endif
|
||||
|
||||
ifneq (,$(filter event_periodic,$(USEMODULE)))
|
||||
USEMODULE += event_timeout_ztimer
|
||||
endif
|
||||
|
||||
ifneq (,$(filter event,$(USEMODULE)))
|
||||
USEMODULE += core_thread_flags
|
||||
endif
|
||||
|
||||
@ -20,7 +20,6 @@ if MODULE_EVENT
|
||||
|
||||
config MODULE_EVENT_PERIODIC
|
||||
bool "Provides functionality to trigger periodic events"
|
||||
depends on MODULE_EVENT_TIMEOUT_ZTIMER
|
||||
|
||||
config MODULE_EVENT_CALLBACK
|
||||
bool "Support for callback-with-argument event type"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user