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 6ac541a commit b8b7e15Copy full SHA for b8b7e15
components/bt/controller/esp32c3/bt.c
@@ -1809,6 +1809,7 @@ esp_err_t esp_bt_controller_init(esp_bt_controller_config_t *cfg)
1809
#if CONFIG_BT_BLE_LOG_SPI_OUT_ENABLED
1810
if (ble_log_spi_out_init() != 0) {
1811
ESP_LOGE(BT_LOG_TAG, "BLE Log SPI output init failed");
1812
+ err = ESP_ERR_NO_MEM;
1813
goto error;
1814
}
1815
#endif // CONFIG_BT_BLE_LOG_SPI_OUT_ENABLED
0 commit comments