Skip to content

Commit 78cef9c

Browse files
authored
Merge pull request #2019 from TomoYamanaka/master_3
Change stack size of main thread for RZ_A1H
2 parents 0cf9244 + 287aea2 commit 78cef9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rtos/rtx/TARGET_CORTEX_A/RTX_Conf_CA.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@
7272

7373
// <o>Main Thread stack size [bytes] <64-4096:8><#/4>
7474
// <i> Defines stack size for main thread.
75-
// <i> Default: 200
75+
// <i> Default: 4096
7676
#ifndef OS_MAINSTKSIZE
77-
#define OS_MAINSTKSIZE 2048
77+
#define OS_MAINSTKSIZE 4096
7878
#endif
7979

8080
#ifndef __MBED_CMSIS_RTOS_CA9

0 commit comments

Comments
 (0)