1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 05:32:45 +01:00

sys/sema/Kconfig: fix inclusion of xtimer

sema currently does not depend on xtimer, but on xtimer or ztimer
This commit is contained in:
Francisco Molina 2021-08-26 20:24:48 +02:00
parent c5f0516114
commit 9cb27b910a

View File

@ -8,4 +8,4 @@
config MODULE_SEMA
bool "Semaphore"
depends on TEST_KCONFIG
select MODULE_XTIMER
depends on MODULE_XTIMER || MODULE_ZTIMER