fix: Fix the relative path of esp_bredr_cfg.h

This commit is contained in:
yangfeng
2026-02-25 11:03:41 +08:00
parent c59aab9a07
commit 0e518934d2
+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" {