From 29d1e90a8d953f0faf508a645d9966e7f4a523ec Mon Sep 17 00:00:00 2001 From: Alexandre Bourdiol Date: Wed, 11 Aug 2021 14:15:22 +0200 Subject: [PATCH] drivers: bluetooth: hci: ipm_stm32wb: macro renamed CFG_BLE_OPTIONS Adapt to stm32hal stm32wb cube update v1.12.0 Signed-off-by: Alexandre Bourdiol --- drivers/bluetooth/hci/ipm_stm32wb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/bluetooth/hci/ipm_stm32wb.c b/drivers/bluetooth/hci/ipm_stm32wb.c index 5a918fffade..cee7cb8d444 100644 --- a/drivers/bluetooth/hci/ipm_stm32wb.c +++ b/drivers/bluetooth/hci/ipm_stm32wb.c @@ -96,7 +96,7 @@ static void stm32wb_start_ble(void) CFG_BLE_MAX_CONN_EVENT_LENGTH, CFG_BLE_HSE_STARTUP_TIME, CFG_BLE_VITERBI_MODE, - CFG_BLE_LL_ONLY, + CFG_BLE_OPTIONS, 0 } };