From 7299c0fe9aa5931a7cb0ae87bf242607be00f8b6 Mon Sep 17 00:00:00 2001 From: Matthias Ringwald Date: Fri, 26 Feb 2016 21:15:13 +0100 Subject: [PATCH] hci_util: fix compile --- src/btstack_util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/btstack_util.c b/src/btstack_util.c index bb73a2682..dd9cbe4b9 100644 --- a/src/btstack_util.c +++ b/src/btstack_util.c @@ -183,8 +183,8 @@ void log_info_hexdump(const void *data, int size){ buffer[j] = 0; log_info("%s", buffer); } -} #endif +} void log_info_key(const char * name, sm_key_t key){ // log_info("%-6s ", name);