1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/tests/ztimer_periodic
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
..
tests
app.config.test
main.c ztimer_periodic: make callback function return bool 2021-12-08 00:10:55 +01:00
Makefile
Makefile.ci
README.md

Introduction

This test application does some basic functionality testing of ztimer_periodic.