Skip to content

Commit

Permalink
nimble/transport: Remove initialization of hci socket from sysinit
Browse files Browse the repository at this point in the history
This caused double call to hci socket init function
and triggered assertion while trying to run apps on native.
  • Loading branch information
jrotkiewicz authored and andrzej-kaczmarek committed Jun 6, 2023
1 parent 4c0096f commit ed6952a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions nimble/transport/socket/pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,3 @@ pkg.deps:

pkg.apis:
- ble_transport

pkg.init:
ble_hci_sock_init: 'MYNEWT_VAL(BLE_SOCK_CLI_SYSINIT_STAGE)'

0 comments on commit ed6952a

Please sign in to comment.