Merge branch 'bugfix/bredr_cfg_relative_path_v5.5' into 'release/v5.5'

fix: Fix the relative path of esp_bredr_cfg.h (v5.5)

See merge request espressif/esp-idf!46158
This commit is contained in:
Jiang Jiang Jian
2026-03-07 10:59:54 +08:00
+1 -1
View File
@@ -13,7 +13,7 @@
#include "sdkconfig.h"
#include "esp_task.h"
#include "esp_assert.h"
#include "../../../../controller/esp32/esp_bredr_cfg.h"
#include "../../../controller/esp32/esp_bredr_cfg.h"
#ifdef __cplusplus
extern "C" {