mirror of
https://git.rtems.org/rtems-docs/
synced 2025-10-16 16:51:13 +08:00
c-user/message_manager.rst: Change "cons void" to "const void"
Closes #3575.
This commit is contained in:
@@ -434,7 +434,7 @@ CALLING SEQUENCE:
|
||||
|
||||
rtems_status_code rtems_message_queue_send(
|
||||
rtems_id id,
|
||||
cons void *buffer,
|
||||
const void *buffer,
|
||||
size_t size
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user