From 2873c46122e402372dd1c46c6842ba3bca71eab5 Mon Sep 17 00:00:00 2001 From: xiongweichao Date: Mon, 6 Jun 2022 20:28:25 +0800 Subject: [PATCH] Bluetooth build fail when power management is enabled --- components/bt/controller/bt.c | 1 + 1 file changed, 1 insertion(+) diff --git a/components/bt/controller/bt.c b/components/bt/controller/bt.c index e87f982cf2..49cb0d44a1 100644 --- a/components/bt/controller/bt.c +++ b/components/bt/controller/bt.c @@ -37,6 +37,7 @@ #include "esp_err.h" #include "esp_log.h" #include "esp_pm.h" +#include "esp_timer.h" #include "driver/periph_ctrl.h" #include "soc/rtc.h" #include "soc/soc_memory_layout.h"