Skip to content

Commit

Permalink
tests/pkg_relic: increase stacksize
Browse files Browse the repository at this point in the history
  • Loading branch information
fjmolinas committed Jan 18, 2022
1 parent f22ba30 commit 1025341
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/pkg_relic/Makefile
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 1025341

Please sign in to comment.