Fix co_count is too small issue

This commit is contained in:
Geng Yuchao
2024-02-14 17:08:36 +05:30
committed by Abhinav Kudnar
parent 85f6f2177a
commit fedb821df5
+1 -1
View File
@@ -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)