doc: logging: fix LOG_INST_HEXDUMP_DBG link
fixed misspelled mention to LOG_INST_HEXDUMP_DBG Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
This commit is contained in:
parent
f8ce4a8f00
commit
c9a4386a92
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ For each level the following set of macros are available:
|
|||
- ``LOG_INST_X`` for standard printf-like message associated with the
|
||||
particular instance, e.g. :c:macro:`LOG_INST_INF`.
|
||||
- ``LOG_INST_HEXDUMP_X`` for dumping data associated with the particular
|
||||
instance, e.g. :c:macro:`LOG_HEXDUMP_INST_DBG`
|
||||
instance, e.g. :c:macro:`LOG_INST_HEXDUMP_DBG`
|
||||
|
||||
The warning level also exposes the following additional macro:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue