We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80c92ba commit 0a3cc83Copy full SHA for 0a3cc83
components/bt/controller/esp32/bt.c
@@ -1701,6 +1701,7 @@ esp_err_t esp_bt_controller_init(esp_bt_controller_config_t *cfg)
1701
#if CONFIG_BT_BLE_LOG_SPI_OUT_ENABLED
1702
if (ble_log_spi_out_init() != 0) {
1703
ESP_LOGE(BTDM_LOG_TAG, "BLE Log SPI output init failed");
1704
+ err = ESP_ERR_NO_MEM;
1705
goto error;
1706
}
1707
#endif // CONFIG_BT_BLE_LOG_SPI_OUT_ENABLED
0 commit comments