git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8447 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
Giovanni Di Sirio 2015-11-08 15:32:45 +00:00
parent fdde2a438e
commit 32a0360ce8
1 changed files with 1 additions and 0 deletions

View File

@ -265,6 +265,7 @@ bool sdPutWouldBlock(SerialDriver *sdp) {
* checks directly the input queue. This is faster but cannot
* be used to check different channels implementations.
*
* @param[in] sdp pointer to a @p SerialDriver structure
* @return The queue status.
* @retval false if the next write operation would not block.
* @retval true if the next write operation would block.