mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
rtems: Fix message manager documentation
Correct the description of the ``count`` parameter of rtems_message_queue_flush(). Update #4508.
This commit is contained in:
@@ -861,8 +861,8 @@ rtems_status_code rtems_message_queue_get_number_pending(
|
||||
* @param id is the queue identifier.
|
||||
*
|
||||
* @param[out] count is the pointer to an uint32_t object. When the directive
|
||||
* call is successful, the number of unblocked tasks will be stored in this
|
||||
* object.
|
||||
* call is successful, the number of pending messages removed from the queue
|
||||
* will be stored in this object.
|
||||
*
|
||||
* This directive removes all pending messages from the queue specified by
|
||||
* ``id``. The number of messages removed is returned in ``count``. If no
|
||||
|
||||
Reference in New Issue
Block a user