mirror of
https://github.com/apache/nuttx.git
synced 2026-05-27 19:36:35 +08:00
Update documents and comments
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3723 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -142,8 +142,8 @@ void uart_recvchars(FAR uart_dev_t *dev)
|
||||
nexthead = 0;
|
||||
}
|
||||
|
||||
/* Loop putting characters into the receive buffer until eithe: (1) the buffer
|
||||
* is full, or (2) there are not further characters to add.
|
||||
/* Loop putting characters into the receive buffer until either: (1) the buffer
|
||||
* is full, or (2) there are no further characters to add.
|
||||
*/
|
||||
|
||||
while (nexthead != dev->recv.tail && uart_rxavailable(dev))
|
||||
|
||||
Reference in New Issue
Block a user