From 32a0360ce876d723256fd64cac927a130696fdf7 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sun, 8 Nov 2015 15:32:45 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8447 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/src/serial.c | 1 + 1 file changed, 1 insertion(+) 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. -- cgit v1.2.3