mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-03-02 09:35: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:
parent
30967678b1
commit
5cacd95a25
@ -116,7 +116,7 @@ void workbench_init()
|
|||||||
|
|
||||||
tid = rt_thread_create("wb",
|
tid = rt_thread_create("wb",
|
||||||
workbench_entry, RT_NULL,
|
workbench_entry, RT_NULL,
|
||||||
2048, 25, 10);
|
2048 * 2, 25, 10);
|
||||||
|
|
||||||
if (tid != RT_NULL) rt_thread_startup(tid);
|
if (tid != RT_NULL) rt_thread_startup(tid);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user