Merge pull request #14924 from miri64/tests/fix/stacksize-tinydtls_sock_async

tests/pkg_tinydtls_sock_async: fix stack size for event thread
This commit is contained in:
Martine Lenders 2020-09-02 08:47:58 +02:00 committed by GitHub
commit a8ec104560
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,5 +43,6 @@ CFLAGS += -DDTLS_DEFAULT_PORT=$(DTLS_PORT)
# FIXME: This is a temporary patch # FIXME: This is a temporary patch
CFLAGS += -DTHREAD_STACKSIZE_MAIN=\(2*THREAD_STACKSIZE_LARGE\) CFLAGS += -DTHREAD_STACKSIZE_MAIN=\(2*THREAD_STACKSIZE_LARGE\)
CFLAGS += -DEVENT_THREAD_MEDIUM_STACKSIZE=\(2*THREAD_STACKSIZE_LARGE\)
include $(RIOTBASE)/Makefile.include include $(RIOTBASE)/Makefile.include