From fedb821df5f73a2fca56b63ee8c3d9523b1e14d4 Mon Sep 17 00:00:00 2001 From: Geng Yuchao Date: Fri, 10 Jun 2022 16:12:20 +0800 Subject: [PATCH] Fix co_count is too small issue --- porting/npl/freertos/src/npl_os_freertos.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/porting/npl/freertos/src/npl_os_freertos.c b/porting/npl/freertos/src/npl_os_freertos.c index 8e5052290..a7c2aa98f 100644 --- a/porting/npl/freertos/src/npl_os_freertos.c +++ b/porting/npl/freertos/src/npl_os_freertos.c @@ -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)