mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-22 03:09:16 +08:00
[DeviceDrivers] Fix the re-work issue in workqueue.
This commit is contained in:
@@ -150,8 +150,9 @@ struct rt_data_queue
|
||||
/* workqueue implementation */
|
||||
struct rt_workqueue
|
||||
{
|
||||
rt_list_t work_list;
|
||||
rt_thread_t work_thread;
|
||||
rt_list_t work_list;
|
||||
struct rt_work *work_current; /* current work */
|
||||
rt_thread_t work_thread;
|
||||
};
|
||||
|
||||
struct rt_work
|
||||
|
||||
Reference in New Issue
Block a user