mirror of
https://git.rtems.org/rtems-docs/
synced 2025-05-15 07:36:50 +08:00
rtems: Fix message manager documentation
Correct the description of the ``count`` parameter of rtems_message_queue_flush(). Close #4508.
This commit is contained in:
parent
28188d4652
commit
7afc7a0f31
@ -1014,8 +1014,8 @@ Flushes all messages on the queue.
|
||||
``count``
|
||||
This parameter is the pointer to an `uint32_t
|
||||
<https://en.cppreference.com/w/c/types/integer>`_ object. When the
|
||||
directive call is successful, the number of unblocked tasks will be stored
|
||||
in this object.
|
||||
directive call is successful, the number of pending messages removed from
|
||||
the queue will be stored in this object.
|
||||
|
||||
.. rubric:: DESCRIPTION:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user