1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

tests/events: add Kconfig

This commit is contained in:
Francisco Molina 2021-11-04 09:27:43 +01:00
parent 39b896e933
commit 73babe546c

View File

@ -0,0 +1,6 @@
# this file enables modules defined in Kconfig. Do not use this file for
# application configuration. This is only needed during migration.
# enable event thread in lowest priority
CONFIG_MODULE_EVENT=y
CONFIG_MODULE_EVENT_CALLBACK=y
CONFIG_MODULE_EVENT_TIMEOUT=y