X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=config_kern.h;h=e5cc71cb077bf3512154112899381e1613a57798;hb=272271646858e81780184331f386656203223575;hp=f43f77a27fb8a5d258ae985611438d256bfa9b10;hpb=9ba9dcf2a59a952609e19154e11de3e2478cbf42;p=bertos.git diff --git a/config_kern.h b/config_kern.h index f43f77a2..e5cc71cb 100644 --- a/config_kern.h +++ b/config_kern.h @@ -99,7 +99,7 @@ #if (ARCH & ARCH_EMUL) #define CONFIG_KERN_DEFSTACKSIZE 65536 #else - #define CONFIG_KERN_DEFSTACKSIZE 128 /**< Default stack size for each thread. */ + #define CONFIG_KERN_DEFSTACKSIZE 1024 /**< Default stack size for each thread. */ #endif /* Memory fill codes to help debugging */