logging: Added explicit cast to u16_t of LOG_CURRENT_MODULE_ID()
Matches other code that uses this macro (just above). Signed-off-by: Erik Johnson <erik.johnson@nimbelink.com>
This commit is contained in:
parent
7b379aba42
commit
ee855a1bf6
1 changed files with 1 additions and 1 deletions
|
@ -334,7 +334,7 @@ static inline char z_log_minimal_level_to_char(int level)
|
||||||
|
|
||||||
#define Z_LOG_HEXDUMP(_level, _data, _length, _str) \
|
#define Z_LOG_HEXDUMP(_level, _data, _length, _str) \
|
||||||
__LOG_HEXDUMP(_level, \
|
__LOG_HEXDUMP(_level, \
|
||||||
LOG_CURRENT_MODULE_ID(), \
|
(u16_t)LOG_CURRENT_MODULE_ID(), \
|
||||||
LOG_CURRENT_DYNAMIC_DATA_ADDR(), \
|
LOG_CURRENT_DYNAMIC_DATA_ADDR(), \
|
||||||
_data, _length, _str)
|
_data, _length, _str)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue