You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ry...@apache.org on 2017/04/29 17:20:59 UTC

incubator-mynewt-core git commit: MYNEWT-723: Fix build issue

Repository: incubator-mynewt-core
Updated Branches:
  refs/heads/bluetooth5 ad980ee8a -> 1a344896d


MYNEWT-723: Fix build issue


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

Branch: refs/heads/bluetooth5
Commit: 1a344896d7fd7063240893de69fda5baadb96631
Parents: ad980ee
Author: \u0141ukasz Rymanowski <lu...@codecoup.pl>
Authored: Sat Apr 29 01:13:38 2017 +0200
Committer: \u0141ukasz Rymanowski <lu...@codecoup.pl>
Committed: Sat Apr 29 19:20:00 2017 +0200

----------------------------------------------------------------------
 net/nimble/controller/src/ble_ll_conn.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/1a344896/net/nimble/controller/src/ble_ll_conn.c
----------------------------------------------------------------------
diff --git a/net/nimble/controller/src/ble_ll_conn.c b/net/nimble/controller/src/ble_ll_conn.c
index f6ea441..9bbf7c2 100644
--- a/net/nimble/controller/src/ble_ll_conn.c
+++ b/net/nimble/controller/src/ble_ll_conn.c
@@ -1442,7 +1442,7 @@ ble_ll_conn_event_start_cb(struct ble_ll_sched_item *sch)
              * to be sure we do not bail out early.
              */
             usecs = connsm->slave_cur_tx_win_usecs + BLE_LL_IFS +
-                ble_phy_pdu_start_off(connsm->rx_phy_mode) +
+                ble_phy_pdu_start_off(connsm->phy_data.rx_phy_mode) +
                 (BLE_LL_JITTER_USECS * 2) + connsm->slave_cur_window_widening;
             wfr_time = connsm->anchor_point + os_cputime_usecs_to_ticks(usecs);
             ble_ll_wfr_enable(wfr_time);