mirror of https://github.com/ARMmbed/mbed-os.git
Increase private thread num.
parent
ca4aaa2dde
commit
02cba63476
|
@ -68,7 +68,7 @@
|
||||||
// <i> Defines the number of threads with user-provided stack size.
|
// <i> Defines the number of threads with user-provided stack size.
|
||||||
// <i> Default: 0
|
// <i> Default: 0
|
||||||
#ifndef OS_PRIVCNT
|
#ifndef OS_PRIVCNT
|
||||||
#define OS_PRIVCNT 8
|
#define OS_PRIVCNT 10
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// <o>Total stack size [bytes] for threads with user-provided stack size <0-4096:8><#/4>
|
// <o>Total stack size [bytes] for threads with user-provided stack size <0-4096:8><#/4>
|
||||||
|
|
Loading…
Reference in New Issue