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:
commit
b378bd4e5f
@ -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\)
|
||||
|
Loading…
Reference in New Issue
Block a user