Documentation fixes.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11118 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
Giovanni Di Sirio 2017-12-05 09:46:12 +00:00
parent 19ff25ecc7
commit 62e068f5f4
1 changed files with 0 additions and 5 deletions

View File

@ -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