diff --git a/tests/pthread_cooperation/Makefile b/tests/pthread_cooperation/Makefile index 184da9ce8c..a9a67f8f13 100644 --- a/tests/pthread_cooperation/Makefile +++ b/tests/pthread_cooperation/Makefile @@ -2,7 +2,7 @@ include ../Makefile.tests_common # nucleo-f303k8 doesn't have enough RAM to run the test so we reduce the stack # size for every thread -ifneq (,$(filter nucleo-f303k8,$(BOARD))) +ifneq (,$(filter nucleo-f303k8 nucleo-f334r8,$(BOARD))) CFLAGS += -DTHREAD_STACKSIZE_DEFAULT=512 endif