diff --git a/drivers/bluetooth/hci/ipm_stm32wb.c b/drivers/bluetooth/hci/ipm_stm32wb.c index 08beb0810c8..56479860f0c 100644 --- a/drivers/bluetooth/hci/ipm_stm32wb.c +++ b/drivers/bluetooth/hci/ipm_stm32wb.c @@ -338,7 +338,7 @@ static void start_ble_rf(void) LL_RCC_SetRTCClockSource(LL_RCC_RTC_CLKSOURCE_LSE); /* Switch OFF LSI */ - LL_RCC_LSI1_Disable(); + LL_RCC_LSI2_Disable(); #else LL_RCC_LSI2_Enable(); while (!LL_RCC_LSI2_IsReady()) {