mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-21 10:36:04 +08:00
[serial] 优化发送非阻塞时,serial_close未执行rt_completion_done的问题。
This commit is contained in:
@@ -118,8 +118,6 @@ struct rt_serial_rx_fifo
|
||||
{
|
||||
struct rt_ringbuffer rb;
|
||||
|
||||
rt_uint16_t rx_index;
|
||||
|
||||
struct rt_completion rx_cpt;
|
||||
|
||||
rt_uint16_t rx_cpt_index;
|
||||
|
||||
Reference in New Issue
Block a user