mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-08 04:02:27 +00:00
fix(bt/controller): Fixed hci uart example compile error on ESP32C3
This commit is contained in:
@@ -1871,6 +1871,11 @@ void esp_bt_controller_wakeup_request(void)
|
||||
|
||||
}
|
||||
|
||||
int IRAM_ATTR esp_bt_h4tl_eif_io_event_notify(int event)
|
||||
{
|
||||
return btdm_hci_tl_io_event_post(event);
|
||||
}
|
||||
|
||||
static void coex_wifi_sleep_set_hook(bool sleep)
|
||||
{
|
||||
|
||||
|
Reference in New Issue
Block a user