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 2018/11/21 23:06:25 UTC

[mynewt-nimble] 02/02: BLE_MESH_SYSINIT_STAGE_2 --> BLE_MESH_SYSINIT_STAGE_SHELL

This is an automated email from the ASF dual-hosted git repository.

ccollins pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git

commit c9fa0444cfde53e6939d1d2f6676a94e09695afe
Author: Christopher Collins <cc...@apache.org>
AuthorDate: Mon Nov 19 10:26:20 2018 -0800

    BLE_MESH_SYSINIT_STAGE_2 --> BLE_MESH_SYSINIT_STAGE_SHELL
---
 nimble/host/mesh/pkg.yml    | 2 +-
 nimble/host/mesh/syscfg.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/nimble/host/mesh/pkg.yml b/nimble/host/mesh/pkg.yml
index 93a788c..44cc0c7 100644
--- a/nimble/host/mesh/pkg.yml
+++ b/nimble/host/mesh/pkg.yml
@@ -46,4 +46,4 @@ pkg.req_apis:
 
 pkg.init:
     bt_mesh_register_gatt: 'MYNEWT_VAL(BLE_MESH_SYSINIT_STAGE)'
-    ble_mesh_shell_init: 'MYNEWT_VAL(BLE_MESH_SYSINIT_STAGE_2)'
+    ble_mesh_shell_init: 'MYNEWT_VAL(BLE_MESH_SYSINIT_STAGE_SHELL)'
diff --git a/nimble/host/mesh/syscfg.yml b/nimble/host/mesh/syscfg.yml
index 9390347..7d5a36a 100644
--- a/nimble/host/mesh/syscfg.yml
+++ b/nimble/host/mesh/syscfg.yml
@@ -519,7 +519,7 @@ syscfg.defs:
             Primary sysinit stage for BLE mesh functionality.
         value: 500
 
-    BLE_MESH_SYSINIT_STAGE_2:
+    BLE_MESH_SYSINIT_STAGE_SHELL:
         description: >
             Secondary sysinit stage for BLE mesh functionality.
         value: 1000