BLE_MESH_SYSINIT_STAGE_2 --> BLE_MESH_SYSINIT_STAGE_SHELL

This commit is contained in:
Christopher Collins
2018-11-21 15:06:19 -08:00
committed by ccollins476ad
parent 55c500325c
commit c9fa0444cf
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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)'
+1 -1
View File
@@ -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