Skip to content

Commit 287aea2

Browse files
committed
Update the comments of stack size for main threads
We updated the comments of stack size for main threads.
1 parent e412f20 commit 287aea2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rtos/rtx/TARGET_CORTEX_A/RTX_Conf_CA.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
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
7777
#define OS_MAINSTKSIZE 4096
7878
#endif

0 commit comments

Comments
 (0)