Skip to content

Commit

Permalink
Merge branch 'bugfix/fix_exception_in_wifi_prov_v5.1' into 'release/v…
Browse files Browse the repository at this point in the history
…5.1'

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

See merge request espressif/esp-idf!24469
  • Loading branch information
rahult-github committed Jul 13, 2023
2 parents bcd5eea + cab8159 commit e2e5894
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/bt/porting/npl/freertos/src/npl_os_freertos.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit e2e5894

Please sign in to comment.