Merge branch 'bugfix/fix_exception_in_wifi_prov_v5.1' into 'release/v5.1'

Nimble: Increase the number of semaphore count for allocation (v5.1)

See merge request espressif/esp-idf!24469
This commit is contained in:
Rahul Tank
2023-07-13 08:31:53 +08:00
2 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ static const char *TAG = "Timer";
#define BLE_HOST_CO_COUNT (8)
#define BLE_HOST_EV_COUNT (11 + BLE_HOST_CO_COUNT)
#define BLE_HOST_EVQ_COUNT (3)
#define BLE_HOST_SEM_COUNT (1)
#define BLE_HOST_SEM_COUNT (10)
#define BLE_HOST_MUTEX_COUNT (4)
struct os_mempool ble_freertos_ev_pool;