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

Merge pull request #8777 from kaspar030/fix_unittests_tweetnacl_stacksize

tests/unittest/tests-tweetnacl: increase main stacksize
This commit is contained in:
Kaspar Schleiser 2018-03-14 10:29:57 +01:00 committed by GitHub
commit b378bd4e5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
USEMODULE += random
USEPKG += tweetnacl
CFLAGS += -DTHREAD_STACKSIZE_MAIN=\(2*THREAD_STACKSIZE_DEFAULT+THREAD_EXTRA_STACKSIZE_PRINTF\)
CFLAGS += -DTHREAD_STACKSIZE_MAIN=\(4*THREAD_STACKSIZE_DEFAULT+THREAD_EXTRA_STACKSIZE_PRINTF\)