for switch
This commit is contained in:
@@ -458,7 +458,7 @@ static int rt_work_sys_workqueue_init(void)
|
||||
if (sys_workq != RT_NULL)
|
||||
return RT_EOK;
|
||||
|
||||
sys_workq = rt_workqueue_create("sys workq", RT_SYSTEM_WORKQUEUE_STACKSIZE,
|
||||
sys_workq = rt_workqueue_create("sysworkq", RT_SYSTEM_WORKQUEUE_STACKSIZE,
|
||||
RT_SYSTEM_WORKQUEUE_PRIORITY);
|
||||
RT_ASSERT(sys_workq != RT_NULL);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user