Update the comments of stack size for main threads

We updated the comments of stack size for main threads.
pull/2019/head
tomoyuki yamanaka 2016-06-28 11:15:19 +09:00
parent e412f20e70
commit 287aea22ee
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@
// <o>Main Thread stack size [bytes] <64-4096:8><#/4>
// <i> Defines stack size for main thread.
// <i> Default: 200
// <i> Default: 4096
#ifndef OS_MAINSTKSIZE
#define OS_MAINSTKSIZE 4096
#endif