mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #922 from masaohamanaka/master
RZ/A1H - Increase private thread num.pull/931/head
commit
d39e42d4cb
|
|
@ -68,7 +68,7 @@
|
|||
// <i> Defines the number of threads with user-provided stack size.
|
||||
// <i> Default: 0
|
||||
#ifndef OS_PRIVCNT
|
||||
#define OS_PRIVCNT 8
|
||||
#define OS_PRIVCNT 10
|
||||
#endif
|
||||
|
||||
// <o>Total stack size [bytes] for threads with user-provided stack size <0-4096:8><#/4>
|
||||
|
|
|
|||
Loading…
Reference in New Issue