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:
parent
adeaa63bb7
commit
78bc5dd716
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue