git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7774 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
Giovanni Di Sirio 2015-03-16 10:06:30 +00:00
parent 5a32124d55
commit 825c04410c
1 changed files with 1 additions and 1 deletions

View File

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