未验证 提交 8bb2817d 编写于 作者: B Bernard Xiong 提交者: GitHub

Merge pull request #4366 from whj4674672/wqueue

[fix] wait queue flag 赋的值使用宏
......@@ -121,7 +121,7 @@ int rt_wqueue_wait(rt_wqueue_t *queue, int condition, int msec)
level = rt_hw_interrupt_disable();
__exit_wakeup:
queue->flag = 0;
queue->flag = RT_WQ_FLAG_CLEAN;
rt_hw_interrupt_enable(level);
rt_wqueue_remove(&__wait);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册