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:
Benjamin Cabé 2024-06-04 18:05:28 +02:00 committed by Johan Hedberg
parent f8ce4a8f00
commit c9a4386a92

View file

@ -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: