Merge branch 'bugfix/pm_enabled_bt_build_fail' into 'master'

component_bt: Bluetooth build fail when power management is enabled

Closes BT-2372 and IDFGH-7514

See merge request espressif/esp-idf!18331
This commit is contained in:
Jiang Jiang Jian 2022-06-04 01:15:37 +08:00
commit 95fd68a0ab

View File

@ -36,6 +36,7 @@
#include "soc/soc_memory_layout.h"
#include "soc/dport_reg.h"
#include "esp_coexist_internal.h"
#include "esp_timer.h"
#if !CONFIG_FREERTOS_UNICORE
#include "esp_ipc.h"
#endif