Skip to content

Commit d39e42d

Browse files
committed
Merge pull request #922 from masaohamanaka/master
RZ/A1H - Increase private thread num.
2 parents 8648ff5 + 02cba63 commit d39e42d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/rtos/rtx/TARGET_CORTEX_A/RTX_Conf_CA.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
// <i> Defines the number of threads with user-provided stack size.
6969
// <i> Default: 0
7070
#ifndef OS_PRIVCNT
71-
#define OS_PRIVCNT 8
71+
#define OS_PRIVCNT 10
7272
#endif
7373

7474
// <o>Total stack size [bytes] for threads with user-provided stack size <0-4096:8><#/4>

0 commit comments

Comments
 (0)