Explorar o código

Merge pull request #4110 from enkiller/1202-1429

[components][workqueue] Modify system work queue initialization level
Bernard Xiong %!s(int64=4) %!d(string=hai) anos
pai
achega
08c723670a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      components/drivers/src/workqueue.c

+ 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