Increase private thread num.

pull/922/head
Masao Hamanaka 2015-02-20 17:36:11 +09:00
parent ca4aaa2dde
commit 02cba63476
1 changed files with 1 additions and 1 deletions

View File

@ -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>