1
0
Эх сурвалжийг харах

Merge pull request #4110 from enkiller/1202-1429

[components][workqueue] Modify system work queue initialization level
Bernard Xiong 4 жил өмнө
parent
commit
08c723670a

+ 1 - 1
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