Increase STACK size of thread.

pull/835/head
Masao Hamanaka 2015-01-07 19:09:50 +09:00
parent 808c3b4d7c
commit d469fdf79e
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@
// <i> Defines the combined stack size for threads with user-provided stack size. // <i> Defines the combined stack size for threads with user-provided stack size.
// <i> Default: 0 // <i> Default: 0
#ifndef OS_PRIVSTKSIZE #ifndef OS_PRIVSTKSIZE
#define OS_PRIVSTKSIZE 4096 #define OS_PRIVSTKSIZE 8192
#endif #endif
// <q>Check for stack overflow // <q>Check for stack overflow