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 doc: Update FIFO and LIFO documentation 2023-05-02 04:43:08 -04:00
lifos.rst doc: Update FIFO and LIFO documentation 2023-05-02 04:43:08 -04:00
mailboxes.rst kernel: Remove legacy mem block from mailbox 2023-10-13 09:56:02 +03:00
message_queues.rst kernel: msg_q: Remove alignment requirements from message queue docs 2023-09-28 16:14:56 +02:00
pipes.rst doc: pipes: Fix the pipe read example. 2023-10-26 10:29:37 -04:00
queues.rst doc: move kernel services under kernel 2022-04-07 16:35:19 +02:00
stacks.rst doc: move kernel services under kernel 2022-04-07 16:35:19 +02:00