doc: ipc: fix header location
Header for ip_service was wrong in the docs. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
080d51bb36
commit
3222351946
|
@ -63,7 +63,7 @@ See the following example:
|
|||
|
||||
.. code-block:: c
|
||||
|
||||
#include <zephyr/include/ipc_service.h>
|
||||
#include <zephyr/ipc/ipc_service.h>
|
||||
|
||||
static void bound_cb(void *priv)
|
||||
{
|
||||
|
@ -109,7 +109,7 @@ See the following example:
|
|||
|
||||
.. code-block:: c
|
||||
|
||||
#include <zephyr/include/ipc_service.h>
|
||||
#include <zephyr/ipc/ipc_service.h>
|
||||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue