mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-02-19 06:41:44 +08:00
【完善】去除串口 dma 中无法触发的代码判断
This commit is contained in:
parent
c94cac2e27
commit
0cfcb906d5
@ -428,12 +428,10 @@ static void rt_dma_recv_update_put_index(struct rt_serial_device *serial, rt_siz
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if(rx_fifo->is_full == RT_TRUE)
|
if(rx_fifo->is_full == RT_TRUE)
|
||||||
{
|
{
|
||||||
rx_fifo->get_index = rx_fifo->put_index;
|
rx_fifo->get_index = rx_fifo->put_index;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (rx_fifo->get_index >= serial->config.bufsz) rx_fifo->get_index = 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user