4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-03-02 13:55:29 +08:00

[workqueue] 系统默认工作队列初始化阶段提前

This commit is contained in:
tangyuxin 2021-02-22 11:23:20 +08:00
parent 83692a54c4
commit 791b8a35de

View File

@ -369,7 +369,6 @@ int rt_work_sys_workqueue_init(void)
return RT_EOK; return RT_EOK;
} }
INIT_PREV_EXPORT(rt_work_sys_workqueue_init);
INIT_DEVICE_EXPORT(rt_work_sys_workqueue_init);
#endif #endif
#endif #endif