mirror of https://github.com/ARMmbed/mbed-os.git
Increase main thread stack size.
When the user makes a program , it is often continue to add the process to the main thread . For this reason, increase main thread stack size.pull/991/head
parent
d1d900d30c
commit
095a943958
|
@ -61,7 +61,7 @@
|
|||
// <i> Defines stack size for main thread.
|
||||
// <i> Default: 200
|
||||
#ifndef OS_MAINSTKSIZE
|
||||
#define OS_MAINSTKSIZE 512
|
||||
#define OS_MAINSTKSIZE 2048
|
||||
#endif
|
||||
|
||||
// <o>Number of threads with user-provided stack size <0-250>
|
||||
|
|
Loading…
Reference in New Issue