1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +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 tests/ztimer_periodic: initial commit 2020-09-29 23:04:39 +02:00
app.config.test sys/ztimer/kconfig: change entry point 2021-11-09 15:32:34 +01:00
main.c ztimer_periodic: make callback function return bool 2021-12-08 00:10:55 +01:00
Makefile tets/ztimer_periodic: blacklist native 2020-10-09 13:05:22 +02:00
Makefile.ci tests/ztimer_periodic: iterate over clocks 2021-06-16 13:11:13 +02:00
README.md tests/ztimer_periodic: initial commit 2020-09-29 23:04:39 +02:00

Introduction

This test application does some basic functionality testing of ztimer_periodic.