From eb176c34532b91213e9f9edafceb5ed8b2438f75 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 fbd229771e..5bf5d8a318 100644 --- a/components/bt/controller/esp32/bt.c +++ b/components/bt/controller/esp32/bt.c @@ -100,7 +100,7 @@ do{\ /* SPIRAM Configuration */ #if CONFIG_SPIRAM_USE_MALLOC -#define BTDM_MAX_QUEUE_NUM (5) +#define BTDM_MAX_QUEUE_NUM (6) #endif /* Types definition