From 62e068f5f48a08c57191f37313abc0011a5ee63c Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Tue, 5 Dec 2017 09:46:12 +0000 Subject: Documentation fixes. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11118 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/src/hal_queues.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'os/hal') 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 -- cgit v1.2.3