Explorar o código

[components][workqueue] Modify system work queue initialization level

tangyuxin %!s(int64=5) %!d(string=hai) anos
pai
achega
c3ba2b07fa
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