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
|
@ -26,7 +26,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 <soc.h>
|
||||
|
||||
/** The stimulus port from which SWO data is received and displayed */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue