mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-29 04:20:20 +00:00
util: make log_debug_hexdump only print hexdump if ENABLE_LOG_DEBUG
This commit is contained in:
parent
b304e673c2
commit
e950fa96e9
@ -228,7 +228,7 @@ static void log_hexdump(int level, const void * data, int size){
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
void log_debug_hexdump(const void *data, int size){
|
void log_debug_hexdump(const void *data, int size){
|
||||||
#ifdef ENABLE_LOG_INFO
|
#ifdef ENABLE_LOG_DEBUG
|
||||||
log_hexdump(LOG_LEVEL_DEBUG, data, size);
|
log_hexdump(LOG_LEVEL_DEBUG, data, size);
|
||||||
#else
|
#else
|
||||||
UNUSED(data);
|
UNUSED(data);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user