mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Koen Zandberg
57f2bd9934
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.
8 lines
132 B
Makefile
8 lines
132 B
Makefile
include ../Makefile.tests_common
|
|
|
|
FEATURES_REQUIRED = periph_timer_periodic
|
|
|
|
USEMODULE += fmt
|
|
|
|
include $(RIOTBASE)/Makefile.include
|