mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 17:33:08 +08:00
drivers/serial: Fix docstrings on UART interrupt handlers
This commit is contained in:
committed by
Xiang Xiao
parent
caa16742db
commit
5f9cb6faf4
@@ -368,7 +368,7 @@ int uart_register(FAR const char *path, FAR uart_dev_t *dev);
|
||||
void uart_xmitchars(FAR uart_dev_t *dev);
|
||||
|
||||
/****************************************************************************
|
||||
* Name: uart_receivechars
|
||||
* Name: uart_recvchars
|
||||
*
|
||||
* Description:
|
||||
* This function is called from the UART interrupt handler when an interrupt
|
||||
|
||||
Reference in New Issue
Block a user