mirror of
https://github.com/espressif/esp-nimble.git
synced 2026-09-18 15:09:55 +00:00
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:
@@ -33,6 +33,3 @@ pkg.deps:
|
||||
|
||||
pkg.apis:
|
||||
- ble_transport
|
||||
|
||||
pkg.init:
|
||||
ble_hci_sock_init: 'MYNEWT_VAL(BLE_SOCK_CLI_SYSINIT_STAGE)'
|
||||
|
||||
Reference in New Issue
Block a user