From 7894d81367e033f9f78e0684c055b0a4bf697b2d Mon Sep 17 00:00:00 2001 From: Philipp Klaus Krause Date: Tue, 21 Jun 2016 16:49:37 +0200 Subject: [PATCH] Increase main thread stack size due to expensive printf() --- ports/stm8/tests-main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ports/stm8/tests-main.c b/ports/stm8/tests-main.c index 7981a19..fce52e8 100644 --- a/ports/stm8/tests-main.c +++ b/ports/stm8/tests-main.c @@ -78,7 +78,7 @@ * future as the codebase changes but for the time being is enough to * cope with all of the automated tests. */ -#define MAIN_STACK_SIZE_BYTES 256 +#define MAIN_STACK_SIZE_BYTES 384 /*