mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-03-27 09:32:28 +08:00
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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user