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 2022/04/21 12:06:00 UTC

[GitHub] [mynewt-nimble] andrzej-kaczmarek commented on a diff in pull request #1243: fix init ordering

andrzej-kaczmarek commented on code in PR #1243:
URL: https://github.com/apache/mynewt-nimble/pull/1243#discussion_r855113687


##########
nimble/transport/pkg.yml:
##########
@@ -52,9 +52,7 @@ pkg.deps.BLE_MONITOR_RTT:
 
 pkg.init:
     ble_transport_init: 250
-    ble_transport_hs_init:
-        - $after:ble_transport_init
-        - $before:ble_transport_ll_init
+    ble_transport_hs_init: 251

Review Comment:
   we want as much fixed stages as possible so proper ordering of ble_svc_gap should be forced by adding proper dependencies there



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@mynewt.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org