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

sys/ztimer/Kconfig: remv dep between ztimer64_compat and ztimer_compat

This is done to avoid circular dependency, it will currently allow for
ztimer64_xtimer_compat beeing selected as well as xtimer_on_ztimer.
This altough incorrect mimics make, and will be fixed when making
ztimer_xtimer_compat the default xtimer backend
This commit is contained in:
Francisco Molina 2022-03-02 08:28:07 +01:00
parent 6151895bfa
commit f1d4cc0924

View File

@ -166,7 +166,6 @@ config MODULE_ZTIMER64_XTIMER_COMPAT
select MODULE_DIV
select MODULE_ZTIMER64
select MODULE_ZTIMER64_USEC
depends on MODULE_ZTIMER_XTIMER_COMPAT
help
This is a wrapper of xtimer API on ztimer64_usec.