diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-11-08 15:32:45 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-11-08 15:32:45 +0000 |
commit | 32a0360ce876d723256fd64cac927a130696fdf7 (patch) | |
tree | 61dc0455eed296b87b2a696597cf2e8c7722b650 /os/hal | |
parent | fdde2a438e5012776c5a6cd6eb44309d40050557 (diff) | |
download | ChibiOS-32a0360ce876d723256fd64cac927a130696fdf7.tar.gz ChibiOS-32a0360ce876d723256fd64cac927a130696fdf7.tar.bz2 ChibiOS-32a0360ce876d723256fd64cac927a130696fdf7.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8447 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal')
-rw-r--r-- | os/hal/src/serial.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/os/hal/src/serial.c b/os/hal/src/serial.c index 609e5a348..4b5ecf6e7 100644 --- a/os/hal/src/serial.c +++ b/os/hal/src/serial.c @@ -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.
|