1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/periph_timer_periodic
Koen Zandberg 57f2bd9934
tests/periph_timer_periodic: Use fmt for in-irq printing
This replaces the printf statement in the timer callback with fmt-based
printing and a single puts. This is less heavy on the stack usage than
printf, making this test a bit easier to digest on the smaller
platforms.
2020-09-23 08:59:30 +02:00
..
tests tests/periph_timer_periodic: lower CYCLE_MS 2020-08-09 22:55:22 +02:00
main.c tests/periph_timer_periodic: Use fmt for in-irq printing 2020-09-23 08:59:30 +02:00
Makefile tests/periph_timer_periodic: Use fmt for in-irq printing 2020-09-23 08:59:30 +02:00