mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2026-01-01 01:41:18 +01:00
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.
Introduction
This test application does some basic functionality testing of ztimer_periodic.