1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

tests/pthread_flood: use fmt, allows print_stack_usage to work

This commit is contained in:
Kaspar Schleiser 2022-03-31 12:40:33 +02:00
parent 0199bab468
commit 480ed479be

View File

@ -4,4 +4,7 @@ USEMODULE += posix_headers
USEMODULE += pthread
CFLAGS += -DMAXTHREADS=8
# include "fmt" so print_stack_usage needs less stack
USEMODULE += fmt
include $(RIOTBASE)/Makefile.include