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:40:24 UTC

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

Repository: incubator-mynewt-core
Updated Branches:
  refs/heads/upf54 b3c0e9881 -> 442bafe98


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/442bafe9
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/442bafe9
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/442bafe9

Branch: refs/heads/upf54
Commit: 442bafe988d0c7f12f62de2d1780ec6644f7f541
Parents: b3c0e98
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:03 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/442bafe9/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 582fff0..c8462bf 100644
--- a/net/nimble/host/src/ble_hs_priv.h
+++ b/net/nimble/host/src/ble_hs_priv.h
@@ -148,6 +148,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