mirror of
https://github.com/apache/nuttx.git
synced 2026-06-01 07:45:16 +08:00
Update some comments.
This commit is contained in:
@@ -1154,6 +1154,14 @@ static bool u16550_rxflowcontrol(struct uart_dev_s *dev, unsigned int nbuffered,
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/****************************************************************************
|
||||||
|
* Name: u16550_dma*
|
||||||
|
*
|
||||||
|
* Description:
|
||||||
|
* Stub functions used when serial DMA is enabled.
|
||||||
|
*
|
||||||
|
****************************************************************************/
|
||||||
|
|
||||||
#ifdef CONFIG_SERIAL_DMA
|
#ifdef CONFIG_SERIAL_DMA
|
||||||
static void u16550_dmasend(FAR struct uart_dev_s *dev)
|
static void u16550_dmasend(FAR struct uart_dev_s *dev)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user