1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-28 23:09:46 +01:00

tests/minimal: disable test_utils_print_stack_usage

This commit is contained in:
Kaspar Schleiser 2022-03-25 12:14:16 +01:00
parent f3950c0986
commit b6667668f1

View File

@ -5,6 +5,7 @@ CFLAGS += -DNDEBUG -DLOG_LEVEL=LOG_NONE
DISABLE_MODULE += auto_init auto_init_%
DISABLE_MODULE += test_utils_interactive_sync
DISABLE_MODULE += test_utils_print_stack_usage
USEMODULE += stdio_null