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 17:05:32 UTC

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

sjanc commented on code in PR #1243:
URL: https://github.com/apache/mynewt-nimble/pull/1243#discussion_r855405964


##########
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:
   yes, lets hotfix this for now and do proper dependencies on all services after release



-- 
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