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:
parent
0199bab468
commit
480ed479be
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user