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/11/11 20:50:34 UTC

[4/4] incubator-mynewt-core git commit: ble uart transport - Add mising init function.

ble uart transport - Add mising init function.

The package was never getting initialized by sysinit.


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

Branch: refs/heads/1_0_0_b1_dev
Commit: bedb31d42728c78babeb3aa451227c25dcbb3e02
Parents: f6340c2
Author: Christopher Collins <cc...@apache.org>
Authored: Fri Nov 11 11:27:06 2016 -0800
Committer: Christopher Collins <cc...@apache.org>
Committed: Fri Nov 11 11:27:06 2016 -0800

----------------------------------------------------------------------
 net/nimble/transport/uart/pkg.yml | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/bedb31d4/net/nimble/transport/uart/pkg.yml
----------------------------------------------------------------------
diff --git a/net/nimble/transport/uart/pkg.yml b/net/nimble/transport/uart/pkg.yml
index b3a7f68..be76509 100644
--- a/net/nimble/transport/uart/pkg.yml
+++ b/net/nimble/transport/uart/pkg.yml
@@ -33,3 +33,6 @@ pkg.deps:
 
 pkg.apis:
     - ble_transport
+
+pkg.init_function: ble_hci_uart_init
+pkg.init_stage: 5