4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-02-21 01:47:09 +08:00

Merge pull request #4110 from enkiller/1202-1429

[components][workqueue] Modify system work queue initialization level
This commit is contained in:
Bernard Xiong 2020-12-03 00:15:07 +08:00 committed by GitHub
commit 08c723670a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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