Merge branch 'bugfix/pm_enabled_bt_build_fail_v4.4' into 'release/v4.4'

Bluetooth build fail when power management is enabled(v4.4)

See merge request espressif/esp-idf!18375
This commit is contained in:
Jiang Jiang Jian
2022-06-14 11:22:40 +08:00

View File

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