From 825c04410cd83c4d0a9fc41b06e9b4fc74ead9eb Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio <gdisirio@gmail.com> Date: Mon, 16 Mar 2015 10:06:30 +0000 Subject: Fixed bug #565. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7774 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/src/hal_queues.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os/hal/src/hal_queues.c') diff --git a/os/hal/src/hal_queues.c b/os/hal/src/hal_queues.c index d825674ec..0cb1161b6 100644 --- a/os/hal/src/hal_queues.c +++ b/os/hal/src/hal_queues.c @@ -368,7 +368,7 @@ msg_t oqGetI(output_queue_t *oqp) { * buffer. * * @param[in] oqp pointer to an @p output_queue_t structure - * @param[out] bp pointer to the data buffer + * @param[in] bp pointer to the data buffer * @param[in] n the maximum amount of data to be transferred, the * value 0 is reserved * @param[in] timeout the number of ticks before the operation timeouts, -- cgit v1.2.3