diff --git a/examples/gui/demo_workbench.c b/examples/gui/demo_workbench.c index 35333264b9..ee18679220 100644 --- a/examples/gui/demo_workbench.c +++ b/examples/gui/demo_workbench.c @@ -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);