From 2a6e9954313262dab8b0c903c3d03e5a0726173e Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Mon, 16 Mar 2015 10:16:54 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7776 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/rt/src/chqueues.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os/rt') diff --git a/os/rt/src/chqueues.c b/os/rt/src/chqueues.c index 718fae5fd..c7340289e 100644 --- a/os/rt/src/chqueues.c +++ b/os/rt/src/chqueues.c @@ -395,7 +395,7 @@ msg_t chOQGetI(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