mirror of
https://github.com/espressif/esp-nimble.git
synced 2026-07-30 14:47:53 +00:00
Fix co_count is too small issue
This commit is contained in:
committed by
Abhinav Kudnar
parent
85f6f2177a
commit
fedb821df5
@@ -98,7 +98,7 @@ static const char *TAG = "Timer";
|
||||
|
||||
#define BLE_TOTAL_EVQ_COUNT (10)
|
||||
|
||||
#define BLE_TOTAL_CO_COUNT (20)
|
||||
#define BLE_TOTAL_CO_COUNT (40)
|
||||
|
||||
#define BLE_TOTAL_SEM_COUNT (10)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user