mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-21 02:06:14 +08:00
[components][drivers][workqueue] increase the default stack size of the workqueue thread.
This commit is contained in:
@@ -394,7 +394,7 @@ rt_err_t rt_work_cancel(struct rt_work *work)
|
||||
|
||||
static int rt_work_sys_workqueue_init(void)
|
||||
{
|
||||
sys_workq = rt_workqueue_create("sys_work", RT_SYSTEM_WORKQUEUE_STACKSIZE * 4,
|
||||
sys_workq = rt_workqueue_create("sys_work", RT_SYSTEM_WORKQUEUE_STACKSIZE,
|
||||
RT_SYSTEM_WORKQUEUE_PRIORITY);
|
||||
|
||||
return RT_EOK;
|
||||
|
||||
Reference in New Issue
Block a user