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:
parent
c5f0516114
commit
9cb27b910a
@ -8,4 +8,4 @@
|
||||
config MODULE_SEMA
|
||||
bool "Semaphore"
|
||||
depends on TEST_KCONFIG
|
||||
select MODULE_XTIMER
|
||||
depends on MODULE_XTIMER || MODULE_ZTIMER
|
||||
|
Loading…
Reference in New Issue
Block a user