Update some comments.

This commit is contained in:
Gregory Nutt 2018-08-26 13:14:26 -06:00
parent 3be976fd34
commit 8530fe0a7c

View File

@ -1154,6 +1154,14 @@ static bool u16550_rxflowcontrol(struct uart_dev_s *dev, unsigned int nbuffered,
}
#endif
/****************************************************************************
* Name: u16550_dma*
*
* Description:
* Stub functions used when serial DMA is enabled.
*
****************************************************************************/
#ifdef CONFIG_SERIAL_DMA
static void u16550_dmasend(FAR struct uart_dev_s *dev)
{