aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/src/hal_queues.c
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/src/hal_queues.c')
-rw-r--r--os/hal/src/hal_queues.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/os/hal/src/hal_queues.c b/os/hal/src/hal_queues.c
index a12382cab..0f9ab99a2 100644
--- a/os/hal/src/hal_queues.c
+++ b/os/hal/src/hal_queues.c
@@ -606,11 +606,6 @@ msg_t oqGetI(output_queue_t *oqp) {
* @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,
- * the following special values are allowed:
- * - @a TIME_IMMEDIATE immediate timeout.
- * - @a TIME_INFINITE no timeout.
- * .
* @return The number of bytes effectively transferred.
*
* @iclass