Repository: incubator-mynewt-core Updated Branches: refs/heads/develop 0749d6473 -> fe4b763a9
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/develop Commit: fe4b763a95ab9b0ce1a165b3401f51db504c73ef Parents: 0749d64 Author: Vipul Rahane <[email protected]> Authored: Thu Apr 6 15:50:17 2017 -0700 Committer: Vipul Rahane <[email protected]> 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
