Merge pull request #922 from masaohamanaka/master

RZ/A1H - Increase private thread num.
pull/931/head
Martin Kojtal 2015-02-23 18:20:38 +00:00
commit d39e42d4cb
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> 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>