increase more stack size in demo workbench.

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1150 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
bernard.xiong 2010-11-30 05:33:38 +00:00
parent 30967678b1
commit 5cacd95a25
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ void workbench_init()
tid = rt_thread_create("wb",
workbench_entry, RT_NULL,
2048, 25, 10);
2048 * 2, 25, 10);
if (tid != RT_NULL) rt_thread_startup(tid);