You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by cc...@apache.org on 2016/06/09 00:42:20 UTC

[2/2] incubator-mynewt-core git commit: BLE Host - Fix for builds with debug log disabled.

BLE Host - Fix for builds with debug log disabled.


Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/commit/4300d57c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/4300d57c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/4300d57c

Branch: refs/heads/develop
Commit: 4300d57c8897a95fd9063fe878b0920d2193593d
Parents: 86dcaf9
Author: Christopher Collins <cc...@apache.org>
Authored: Thu Jun 9 08:40:03 2016 +0800
Committer: Christopher Collins <cc...@apache.org>
Committed: Thu Jun 9 08:40:32 2016 +0800

----------------------------------------------------------------------
 net/nimble/host/src/ble_hs_priv.h | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/4300d57c/net/nimble/host/src/ble_hs_priv.h
----------------------------------------------------------------------
diff --git a/net/nimble/host/src/ble_hs_priv.h b/net/nimble/host/src/ble_hs_priv.h
index ba74b92..877ceec 100644
--- a/net/nimble/host/src/ble_hs_priv.h
+++ b/net/nimble/host/src/ble_hs_priv.h
@@ -146,6 +146,7 @@ void ble_hci_set_phony_ack_cb(ble_hci_cmd_phony_ack_fn *cb);
 #else
 
 #define BLE_HS_LOG_CMD(is_tx, cmd_type, cmd_name, conn_handle, log_cb, cmd)
+#define BLE_HS_LOG_EMPTY_CMD(is_tx, cmd_type, cmd_name, conn_handle)
 
 #endif