Menu

#565 Tiny typo in code doc of chOQWriteTimeout function

2.6.8
closed
None
Low
2.6.7
True
2015-04-19
2015-03-15
No

Just fix:

Index: os/rt/src/chqueues.c
===================================================================
--- os/rt/src/chqueues.c    (revision 7771)
+++ os/rt/src/chqueues.c    (working copy)
@@ -395,7 +395,7 @@

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

Discussion

  • Giovanni Di Sirio

    • assigned_to: Giovanni Di Sirio
    • Milestone: 3.0.0 --> 2.6.8
    • Fixed in Repository: False --> True
     
  • Giovanni Di Sirio

    • status: open --> closed
     

Log in to post a comment.