Skip to content

Commit

Permalink
Merge branch 'fix/build_IDFCI-2424' into 'feature/esp_as_mcu_host'
Browse files Browse the repository at this point in the history
fix(idf) : Fixes #IDFCI-2424, idf build issue

See merge request app-frameworks/esp_hosted!516
  • Loading branch information
mantriyogesh committed Sep 29, 2024
2 parents bcfd914 + 5547af5 commit 6664352
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion host/drivers/transport/transport_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ static void print_ext_capabilities(uint8_t * ptr)
if (cap & ESP_BT_VHCI_UART_SUPPORT)
ESP_LOGI(TAG, "\t * BT over UART (VHCI)");
#else
ESP_LOGI(TAG, "\t No extended features");
ESP_LOGI(TAG, "\t No extended features. capabilities[%" PRIu32 "]", cap);
#endif
}

Expand Down
2 changes: 1 addition & 1 deletion idf_component.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: "0.0.17"
version: "0.0.18"
description: ESP-Hosted provides driver such that any host can re-use ESP chipset as Wi-Fi or Bluetooth co-processor.
url: https://github.com/espressif/esp-hosted/tree/feature/esp_as_mcu_host
examples:
Expand Down

0 comments on commit 6664352

Please sign in to comment.