nimble/transport: Remove initialization of hci socket from sysinit

This caused double call to hci socket init function
and triggered assertion while trying to run apps on native.
This commit is contained in:
Jakub
2023-06-06 13:52:13 +02:00
committed by Andrzej Kaczmarek
parent 4c0096fa80
commit ed6952ad2e
-3
View File
@@ -33,6 +33,3 @@ pkg.deps:
pkg.apis:
- ble_transport
pkg.init:
ble_hci_sock_init: 'MYNEWT_VAL(BLE_SOCK_CLI_SYSINIT_STAGE)'