Skip to content
Snippets Groups Projects
Commit 31e40467 authored by Martine Lenders's avatar Martine Lenders
Browse files

Merge pull request #4606 from thomaseichinger/pr/tests_xtimer_hang_fix

tests:xtimer_hang: use THREAD_STACKSIZE_DEFAULT instead of literal.
parents a8036ebe f5310bfd
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@
#define TEST_SECONDS (10U)
#define TEST_TIME (TEST_SECONDS * SEC_IN_USEC)
#define STACKSIZE_TIMER (1024)
#define STACKSIZE_TIMER (THREAD_STACKSIZE_DEFAULT)
char stack_timer1[STACKSIZE_TIMER];
char stack_timer2[STACKSIZE_TIMER];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment