logging: make log_backend_std header public
Exported header oftenly used when creating a logging backend that inpects the log 'stream'. Enables use in external Zephyr modules implementing the logging backend interface. Signed-off-by: Emil Hammarstrom <emil.hammarstrom@assaabloy.com>
This commit is contained in:
parent
1807e93697
commit
746ba2dd9c
6 changed files with 16 additions and 5 deletions
|
@ -8,7 +8,7 @@
|
|||
#include <logging/log_core.h>
|
||||
#include <logging/log_msg.h>
|
||||
#include <logging/log_output.h>
|
||||
#include "log_backend_std.h"
|
||||
#include <logging/log_backend_std.h>
|
||||
#include <SEGGER_RTT.h>
|
||||
|
||||
#ifndef CONFIG_LOG_BACKEND_RTT_BUFFER_SIZE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue