mirror of
https://git.rtems.org/rtems-docs/
synced 2025-05-15 07:27:26 +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``
|
``count``
|
||||||
This parameter is the pointer to an `uint32_t
|
This parameter is the pointer to an `uint32_t
|
||||||
<https://en.cppreference.com/w/c/types/integer>`_ object. When the
|
<https://en.cppreference.com/w/c/types/integer>`_ object. When the
|
||||||
directive call is successful, the number of unblocked tasks will be stored
|
directive call is successful, the number of pending messages removed from
|
||||||
in this object.
|
the queue will be stored in this object.
|
||||||
|
|
||||||
.. rubric:: DESCRIPTION:
|
.. rubric:: DESCRIPTION:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user