Skip to content

Commit

Permalink
doc: fix include path of log_ctrl.h
Browse files Browse the repository at this point in the history
fix zephyr/log_ctrl.h -> zephyr/logging/log_ctrl.h

Fixes #68902

Signed-off-by: Anas Nashif <[email protected]>
  • Loading branch information
nashif authored and henrikbrixandersen committed Feb 14, 2024
1 parent adeaa63 commit 78bc5dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/services/logging/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ The following snippet shows how logging can be processed in simple forever loop.

.. code-block:: c
#include <zephyr/log_ctrl.h>
#include <zephyr/logging/log_ctrl.h>
int main(void)
{
Expand Down

0 comments on commit 78bc5dd

Please sign in to comment.