mirror of https://github.com/ARMmbed/mbed-os.git
Increase STACK size of thread.
parent
808c3b4d7c
commit
d469fdf79e
|
@ -75,7 +75,7 @@
|
|||
// <i> Defines the combined stack size for threads with user-provided stack size.
|
||||
// <i> Default: 0
|
||||
#ifndef OS_PRIVSTKSIZE
|
||||
#define OS_PRIVSTKSIZE 4096
|
||||
#define OS_PRIVSTKSIZE 8192
|
||||
#endif
|
||||
|
||||
// <q>Check for stack overflow
|
||||
|
|
Loading…
Reference in New Issue