1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2026-01-01 01:41:18 +01:00
Benjamin Valentin 64bd80d389 ztimer_periodic: make callback function return bool
The callback function of `ztimer_periodic` is only expected to have
two states.
So let it return `true` if the timer should keep repeating, `false`
otherwise.
2021-12-08 00:10:55 +01:00
..
2020-05-11 16:43:50 +02:00
2020-09-29 23:04:39 +02:00
2020-10-23 11:27:48 +02:00
2020-10-23 11:27:48 +02:00
2021-02-02 22:21:15 +01:00