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

tests/minimal: disable threading

This commit is contained in:
Benjamin Valentin 2024-12-22 16:59:41 +01:00
parent 4f939f66e6
commit cb9661b32b

View File

@ -6,6 +6,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
DISABLE_MODULE += core_thread
USEMODULE += stdio_null