Bluetooth build fail when power management is enabled

Closes https://github.com/espressif/esp-idf/issues/9081
This commit is contained in:
xiongweichao 2022-05-31 16:37:42 +08:00
parent 2d08431433
commit d888665160

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