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> 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
|
||||||
|
|
Loading…
Reference in New Issue