You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2018/11/19 07:59:36 UTC

[GitHub] rymanluk commented on a change in pull request #232: Use syscfg settings for sysinit stage numbers

rymanluk commented on a change in pull request #232: Use syscfg settings for sysinit stage numbers
URL: https://github.com/apache/mynewt-nimble/pull/232#discussion_r234520684
 
 

 ##########
 File path: nimble/host/mesh/pkg.yml
 ##########
 @@ -45,5 +45,5 @@ pkg.req_apis:
     - stats
 
 pkg.init:
-    bt_mesh_register_gatt: 500
-    ble_mesh_shell_init: 1000
+    bt_mesh_register_gatt: 'MYNEWT_VAL(BLE_MESH_SYSINIT_STAGE)'
+    ble_mesh_shell_init: 'MYNEWT_VAL(BLE_MESH_SYSINIT_STAGE_2)'
 
 Review comment:
   Can we use BLE_MESH_SHELL_SYSINIT_STAGE instead of BLE_MESH_SYSINIT_STAGE_2?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services