zephyr/doc/kernel/services/data_passing
Andrej Butok 3fab7624eb doc: pipes: Fix the pipe read example.
Replaces sizeof(header) which is equal to the size of the pointer,
by sizeof (*header), which is equal to the size of struct message_header.

Signed-off-by: Andrej Butok <andrey.butok@nxp.com>
2023-10-26 10:29:37 -04:00
..
fifos.rst
lifos.rst
mailboxes.rst
message_queues.rst
pipes.rst
queues.rst
stacks.rst