From c3ba2b07fa94bdacf5b0061becc3620dc90c454c Mon Sep 17 00:00:00 2001 From: tangyuxin <462747508@qq.com> Date: Wed, 2 Dec 2020 14:30:31 +0800 Subject: [PATCH] [components][workqueue] Modify system work queue initialization level --- components/drivers/src/workqueue.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/drivers/src/workqueue.c b/components/drivers/src/workqueue.c index 2e0280df3a..2b5630d8d0 100644 --- a/components/drivers/src/workqueue.c +++ b/components/drivers/src/workqueue.c @@ -424,6 +424,6 @@ int rt_work_sys_workqueue_init(void) return RT_EOK; } -INIT_DEVICE_EXPORT(rt_work_sys_workqueue_init); +INIT_PREV_EXPORT(rt_work_sys_workqueue_init); #endif #endif -- GitLab