From b40644614db2db1d8804ca81f4742672e0068a3c Mon Sep 17 00:00:00 2001 From: "Martine S. Lenders" Date: Tue, 1 Sep 2020 18:35:46 +0200 Subject: [PATCH] tests/pkg_tinydtls_sock_async: fix stack size for event thread --- tests/pkg_tinydtls_sock_async/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/pkg_tinydtls_sock_async/Makefile b/tests/pkg_tinydtls_sock_async/Makefile index fb057a9a9b..524da27b84 100644 --- a/tests/pkg_tinydtls_sock_async/Makefile +++ b/tests/pkg_tinydtls_sock_async/Makefile @@ -43,5 +43,6 @@ CFLAGS += -DDTLS_DEFAULT_PORT=$(DTLS_PORT) # FIXME: This is a temporary patch CFLAGS += -DTHREAD_STACKSIZE_MAIN=\(2*THREAD_STACKSIZE_LARGE\) +CFLAGS += -DEVENT_THREAD_MEDIUM_STACKSIZE=\(2*THREAD_STACKSIZE_LARGE\) include $(RIOTBASE)/Makefile.include