removed the DMA timeout message

This commit is contained in:
2018-01-15 15:07:52 +01:00
parent bbbd216244
commit 5edbf1306f
-1
View File
@@ -78,7 +78,6 @@ void UUSART_Tick(Unit *unit)
if (priv->rx_last_dmapos == priv->dma_rx->CNDTR) {
uint16_t endpos = (uint16_t) (UUSART_RXBUF_LEN - priv->rx_last_dmapos);
if (endpos != priv->rx_buf_readpos) {
dbg("DMA timeout");
UUSART_DMA_HandleRxFromIRQ(unit, endpos);
}
} else {