Skip to content
Snippets Groups Projects
Commit f5310bfd authored by Thomas Eichinger's avatar Thomas Eichinger
Browse files

tests:xtimer_hang: use THREAD_STACKSIZE_DEFAULT instead of literal.

parent 97352463
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.
Please register or to comment