From e21c3defc67448293454fc71a8b75b2c6430e0ee Mon Sep 17 00:00:00 2001 From: Philipp Klaus Krause Date: Thu, 23 Jun 2016 09:56:41 +0200 Subject: [PATCH] Adjust test thread stack size, make all tests pass --- ports/stm8/atomport-tests.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ports/stm8/atomport-tests.h b/ports/stm8/atomport-tests.h index ca8b29d..b157a48 100644 --- a/ports/stm8/atomport-tests.h +++ b/ports/stm8/atomport-tests.h @@ -46,7 +46,7 @@ #define _STR /* Default thread stack size (in bytes) */ -#define TEST_THREAD_STACK_SIZE 128 +#define TEST_THREAD_STACK_SIZE 192 /* Uncomment to enable logging of stack usage to UART */ #define TESTS_LOG_STACK_USAGE