mirror of
https://git.rtems.org/rtems-docs/
synced 2025-05-15 17:26:42 +08:00
c-user/message_manager.rst: Change "cons void" to "const void"
Closes #3575.
This commit is contained in:
parent
955d36640f
commit
21fe48eb1a
@ -434,7 +434,7 @@ CALLING SEQUENCE:
|
|||||||
|
|
||||||
rtems_status_code rtems_message_queue_send(
|
rtems_status_code rtems_message_queue_send(
|
||||||
rtems_id id,
|
rtems_id id,
|
||||||
cons void *buffer,
|
const void *buffer,
|
||||||
size_t size
|
size_t size
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user