1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

tests/pkg_tinydtls_sock_async: fix stack size for event thread

This commit is contained in:
Martine S. Lenders 2020-09-01 18:35:46 +02:00
parent 6f84870c26
commit b40644614d
No known key found for this signature in database
GPG Key ID: CCD317364F63286F

View File

@ -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