aboutsummaryrefslogtreecommitdiffstats
path: root/os/rt/src
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2015-03-16 10:16:54 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2015-03-16 10:16:54 +0000
commit2a6e9954313262dab8b0c903c3d03e5a0726173e (patch)
treec17d3f8679ee15f9e42657395c0045bb59de1eb8 /os/rt/src
parentb9808723183a856312e21a2bc1becab3dadb9f35 (diff)
downloadChibiOS-2a6e9954313262dab8b0c903c3d03e5a0726173e.tar.gz
ChibiOS-2a6e9954313262dab8b0c903c3d03e5a0726173e.tar.bz2
ChibiOS-2a6e9954313262dab8b0c903c3d03e5a0726173e.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7776 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/rt/src')
-rw-r--r--os/rt/src/chqueues.c2
1 files changed, 1 insertions, 1 deletions
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,