Update components.c

This commit is contained in:
Bernard Xiong 2017-07-24 08:56:49 +08:00 committed by GitHub
parent f47433137e
commit b9a718b80c
1 changed files with 1 additions and 1 deletions

View File

@ -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