Browse Source

Merge pull request #4110 from enkiller/1202-1429

[components][workqueue] Modify system work queue initialization level
Bernard Xiong 4 years ago
parent
commit
08c723670a
1 changed files with 1 additions and 1 deletions
  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;
     return RT_EOK;
 }
 }
 
 
-INIT_DEVICE_EXPORT(rt_work_sys_workqueue_init);
+INIT_PREV_EXPORT(rt_work_sys_workqueue_init);
 #endif
 #endif
 #endif
 #endif