Fixed bug #565.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7774 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
5a32124d55
commit
825c04410c
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue