diff options
-rw-r--r-- | os/hal/src/hal_queues.c | 2 |
1 files changed, 1 insertions, 1 deletions
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,
|