mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Kaspar Schleiser
d8c129fc47
Previously, ztimer would happily set an absolute RTT alarm value that exceeds RTT's maximum value (though not a longer interval), as the `val` was simply added to `rtt_get_counter()`. This commit ensures that the target value wraps around RTT_MAX_VALUE. Fixes #13920. |
||
---|---|---|
.. | ||
auto_init.c | ||
convert_frac.c | ||
convert_muldiv64.c | ||
convert_shift.c | ||
convert.c | ||
core.c | ||
Makefile | ||
Makefile.dep | ||
mock.c | ||
overhead.c | ||
periph_rtc.c | ||
periph_rtt.c | ||
periph_timer.c | ||
util.c | ||
xtimer2ztimer.cocci |