mirror of
https://github.com/espressif/esp-nimble.git
synced 2026-06-06 05:14:45 +00:00
8c6f70425b
Transport package should not be included directly. Instead, nimble/transport should be included and BLE_HCI_TRANSPORT syscfg value should specify transport, and this will include correct package. This commit changes nimble/transport/ram to nimble/transport in all applications that still have deprecated way of transport selection. Default value of BLE_HCI_TRANSPORT is ram so syscfg.yml for targets does not need to be updated.