From b9a718b80ce13a72d340f1a6ffe547aff998ded9 Mon Sep 17 00:00:00 2001 From: Bernard Xiong Date: Mon, 24 Jul 2017 08:56:49 +0800 Subject: [PATCH] Update components.c --- src/components.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components.c b/src/components.c index fc527a97b4..2e0d8c0994 100644 --- a/src/components.c +++ b/src/components.c @@ -35,7 +35,7 @@ #ifdef RT_USING_USER_MAIN #ifndef RT_MAIN_THREAD_STACK_SIZE -#define RT_MAIN_THREAD_STACK_SIZE 512 +#define RT_MAIN_THREAD_STACK_SIZE 2048 #endif #endif