From 2790d2ac4cf39de7ad9f5c548b76041381b52409 Mon Sep 17 00:00:00 2001 From: Francois Ramu Date: Thu, 17 Jun 2021 16:55:40 +0200 Subject: [PATCH] drivers: bluetooth: hci driver for stm32wb includes clock control The definition of the STM32_LSE_CLOCK is given by the drivers/clock_control/stm32_clock_control.h to the hci/ipm_stm32wb driver Signed-off-by: Francois Ramu --- drivers/bluetooth/hci/ipm_stm32wb.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/bluetooth/hci/ipm_stm32wb.c b/drivers/bluetooth/hci/ipm_stm32wb.c index 71cd9a2ecc4..5a918fffade 100644 --- a/drivers/bluetooth/hci/ipm_stm32wb.c +++ b/drivers/bluetooth/hci/ipm_stm32wb.c @@ -12,6 +12,7 @@ #include #include #include "bluetooth/addr.h" +#include #include "app_conf.h" #include "stm32_wpan_common.h"