Repository: incubator-mynewt-core Updated Branches: refs/heads/develop 71f7d65ae -> 4c8612fdc
nmgr_shell; fix name for pkg.init 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/4c8612fd Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/4c8612fd Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/4c8612fd Branch: refs/heads/develop Commit: 4c8612fdcba8bc7d90aeb85ae1e27047f05014a0 Parents: 71f7d65 Author: Marko Kiiskila <[email protected]> Authored: Mon Jan 23 16:33:09 2017 -0800 Committer: Marko Kiiskila <[email protected]> Committed: Mon Jan 23 16:33:09 2017 -0800 ---------------------------------------------------------------------- mgmt/newtmgr/transport/nmgr_shell/pkg.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/4c8612fd/mgmt/newtmgr/transport/nmgr_shell/pkg.yml ---------------------------------------------------------------------- diff --git a/mgmt/newtmgr/transport/nmgr_shell/pkg.yml b/mgmt/newtmgr/transport/nmgr_shell/pkg.yml index 4f2c4f9..6283e1c 100644 --- a/mgmt/newtmgr/transport/nmgr_shell/pkg.yml +++ b/mgmt/newtmgr/transport/nmgr_shell/pkg.yml @@ -30,5 +30,5 @@ pkg.deps: - sys/shell - mgmt/newtmgr -pkg.init_function: +pkg.init: nmgr_shell_pkg_init: 501
