update btlib to f9db7b90, some esp32c2 issues bugfixed

This commit is contained in:
luomanruo 2023-08-21 10:44:27 +08:00
parent 8d2dbd461f
commit 757bd78247
2 changed files with 2 additions and 2 deletions

View File

@ -424,7 +424,7 @@ static int ble_hci_unregistered_hook(void*, void*)
static int esp_intr_alloc_wrapper(int source, int flags, intr_handler_t handler, void *arg, void **ret_handle_in)
{
int rc = esp_intr_alloc(source, flags | ESP_INTR_FLAG_IRAM, handler, arg, (intr_handle_t *)ret_handle_in);
int rc = esp_intr_alloc(source, ESP_INTR_FLAG_LEVEL3 | ESP_INTR_FLAG_IRAM, handler, arg, (intr_handle_t *)ret_handle_in);
return rc;
}

@ -1 +1 @@
Subproject commit 5fcfd0e457a76ebb234086ccd6dc391690d69e90
Subproject commit d17188c9f61400792a8248bf53378ee92e6f21a4