From 4b0c1d6f71daf963fd1143197eb92c0e6cde36e3 Mon Sep 17 00:00:00 2001 From: baohongde Date: Tue, 14 Sep 2021 19:10:15 +0800 Subject: [PATCH] Fix bt init error with psram --- components/bt/controller/esp32/bt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/bt/controller/esp32/bt.c b/components/bt/controller/esp32/bt.c index 904cc968f4..444b693138 100644 --- a/components/bt/controller/esp32/bt.c +++ b/components/bt/controller/esp32/bt.c @@ -97,7 +97,7 @@ do{\ /* SPIRAM Configuration */ #if CONFIG_SPIRAM_USE_MALLOC -#define BTDM_MAX_QUEUE_NUM (5) +#define BTDM_MAX_QUEUE_NUM (6) #endif /* Types definition