git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8447 35acf78f-673a-0410-8e92-d51de3d6d3f4
parent
fdde2a438e
commit
32a0360ce8
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue