mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-15 09:33:50 +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
|
USEMODULE += ztimer_usec
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifneq (,$(filter event_periodic,$(USEMODULE)))
|
|
||||||
USEMODULE += event_timeout_ztimer
|
|
||||||
endif
|
|
||||||
|
|
||||||
ifneq (,$(filter event,$(USEMODULE)))
|
ifneq (,$(filter event,$(USEMODULE)))
|
||||||
USEMODULE += core_thread_flags
|
USEMODULE += core_thread_flags
|
||||||
endif
|
endif
|
||||||
|
|||||||
@ -20,7 +20,6 @@ if MODULE_EVENT
|
|||||||
|
|
||||||
config MODULE_EVENT_PERIODIC
|
config MODULE_EVENT_PERIODIC
|
||||||
bool "Provides functionality to trigger periodic events"
|
bool "Provides functionality to trigger periodic events"
|
||||||
depends on MODULE_EVENT_TIMEOUT_ZTIMER
|
|
||||||
|
|
||||||
config MODULE_EVENT_CALLBACK
|
config MODULE_EVENT_CALLBACK
|
||||||
bool "Support for callback-with-argument event type"
|
bool "Support for callback-with-argument event type"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user