mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #2019 from TomoYamanaka/master_3
Change stack size of main thread for RZ_A1Hpull/2018/merge
commit
78cef9c176
|
@ -72,9 +72,9 @@
|
||||||
|
|
||||||
// <o>Main Thread stack size [bytes] <64-4096:8><#/4>
|
// <o>Main Thread stack size [bytes] <64-4096:8><#/4>
|
||||||
// <i> Defines stack size for main thread.
|
// <i> Defines stack size for main thread.
|
||||||
// <i> Default: 200
|
// <i> Default: 4096
|
||||||
#ifndef OS_MAINSTKSIZE
|
#ifndef OS_MAINSTKSIZE
|
||||||
#define OS_MAINSTKSIZE 2048
|
#define OS_MAINSTKSIZE 4096
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __MBED_CMSIS_RTOS_CA9
|
#ifndef __MBED_CMSIS_RTOS_CA9
|
||||||
|
|
Loading…
Reference in New Issue