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 <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2024-02-12 22:20:08 +00:00 committed by Henrik Brix Andersen
parent adeaa63bb7
commit 78bc5dd716
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{