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

Merge pull request #17528 from fjmolinas/pr_test_pkg_relic_stacksize

tests/pkg_relic: increase stacksize
This commit is contained in:
Alexandre Abadie 2022-01-18 13:28:16 +01:00 committed by GitHub
commit 728aefa541
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@ BOARD_BLACKLIST := arduino-duemilanove \
z1 \
#
CFLAGS += -DTHREAD_STACKSIZE_MAIN=\(5*THREAD_STACKSIZE_DEFAULT\)
CFLAGS += -DTHREAD_STACKSIZE_MAIN=\(6*THREAD_STACKSIZE_DEFAULT\)
USEPKG += relic
USEMODULE += embunit