Pārlūkot izejas kodu

Update components.c

Bernard Xiong 7 gadi atpakaļ
vecāks
revīzija
b9a718b80c
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      src/components.c

+ 1 - 1
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