From 78bc5dd7169c91dc6238146437f8faabd42735ad Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Mon, 12 Feb 2024 22:20:08 +0000 Subject: [PATCH] doc: fix include path of log_ctrl.h fix zephyr/log_ctrl.h -> zephyr/logging/log_ctrl.h Fixes #68902 Signed-off-by: Anas Nashif --- doc/services/logging/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/services/logging/index.rst b/doc/services/logging/index.rst index 84d862b9076..0bade7f2c45 100644 --- a/doc/services/logging/index.rst +++ b/doc/services/logging/index.rst @@ -318,7 +318,7 @@ The following snippet shows how logging can be processed in simple forever loop. .. code-block:: c - #include + #include int main(void) {