include/nuttx/serial/serial.h: Fix nxstyle errors
This commit is contained in:
parent
c13f869432
commit
51af06243f
@ -355,7 +355,7 @@ extern "C"
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
/************************************************************************************
|
/************************************************************************************
|
||||||
* Public Functions
|
* Public Function Prototypes
|
||||||
************************************************************************************/
|
************************************************************************************/
|
||||||
|
|
||||||
/************************************************************************************
|
/************************************************************************************
|
||||||
@ -387,8 +387,8 @@ void uart_xmitchars(FAR uart_dev_t *dev);
|
|||||||
* Description:
|
* Description:
|
||||||
* This function is called from the UART interrupt handler when an interrupt
|
* This function is called from the UART interrupt handler when an interrupt
|
||||||
* is received indicating that are bytes available to be received. This
|
* is received indicating that are bytes available to be received. This
|
||||||
* function will add chars to head of receive buffer. Driver read() logic will take
|
* function will add chars to head of receive buffer. Driver read() logic
|
||||||
* characters from the tail of the buffer.
|
* will take characters from the tail of the buffer.
|
||||||
*
|
*
|
||||||
************************************************************************************/
|
************************************************************************************/
|
||||||
|
|
||||||
@ -499,8 +499,8 @@ void uart_recvchars_done(FAR uart_dev_t *dev);
|
|||||||
* Name: uart_reset_sem
|
* Name: uart_reset_sem
|
||||||
*
|
*
|
||||||
* Description:
|
* Description:
|
||||||
* This function is called when need reset uart semaphore, this may used in kill one
|
* This function is called when need reset uart semaphore, this may used in
|
||||||
* process, but this process was reading/writing with the semaphore.
|
* kill one process, but this process was reading/writing with the semaphore.
|
||||||
*
|
*
|
||||||
************************************************************************************/
|
************************************************************************************/
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user