Skip to content

Commit

Permalink
Merge branch 'bugfix/fix_exception_in_wifi_prov' into 'master'
Browse files Browse the repository at this point in the history
fix (nimble): Increase the number of semaphore count for allocation

See merge request espressif/esp-idf!24333
  • Loading branch information
rahult-github committed Jul 12, 2023
2 parents 695c7ed + 027c43e commit 4918dca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions components/bt/porting/npl/freertos/src/npl_os_freertos.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* SPDX-FileCopyrightText: 2015-2022 The Apache Software Foundation (ASF)
* SPDX-FileCopyrightText: 2019-2023 The Apache Software Foundation (ASF)
*
* SPDX-License-Identifier: Apache-2.0
*
Expand Down 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 4918dca

Please sign in to comment.