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 2017/04/07 18:45:20 UTC

[46/50] [abbrv] incubator-mynewt-core git commit: MYNEWT-713 Sysinit: nimble controller crashes

MYNEWT-713 Sysinit: nimble controller crashes

- It crashes because of uninitialized callback
  function, changing initialization priority fixes this.


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

Branch: refs/heads/master
Commit: fe4b763a95ab9b0ce1a165b3401f51db504c73ef
Parents: 0749d64
Author: Vipul Rahane <vi...@apache.org>
Authored: Thu Apr 6 15:50:17 2017 -0700
Committer: Vipul Rahane <vi...@apache.org>
Committed: Thu Apr 6 15:50:17 2017 -0700

----------------------------------------------------------------------
 net/nimble/controller/pkg.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/fe4b763a/net/nimble/controller/pkg.yml
----------------------------------------------------------------------
diff --git a/net/nimble/controller/pkg.yml b/net/nimble/controller/pkg.yml
index 63d596f..14a709a 100644
--- a/net/nimble/controller/pkg.yml
+++ b/net/nimble/controller/pkg.yml
@@ -35,4 +35,4 @@ pkg.deps:
     - net/nimble
 
 pkg.init:
-    ble_ll_init: 200
+    ble_ll_init: 250