1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/include/xtimer
Marian Buschsieweke d382bd6565
sys/xtimer: No tick conversion if xtimer_on_ztimer
When `xtimer_on_ztimer` is used, `xtimer` does not need to perform any clock
conversion. Especially undefined macros of `XTIMER_HZ` and `XTIMER_SHIFT` should
no longer result in compilation issues, as they are not used internally anyway.
2020-08-19 09:48:23 +02:00
..
implementation.h sys/ztimer: add xtimer_on_ztimer 2020-03-04 12:44:03 +01:00
tick_conversion.h sys/xtimer: No tick conversion if xtimer_on_ztimer 2020-08-19 09:48:23 +02:00