Skip to content

Commit

Permalink
drivers: hci: stm32wb: Don't mess with RTC Clock source
Browse files Browse the repository at this point in the history
No reason to update RTC clock source in this driver.

Signed-off-by: Erwan Gouriou <[email protected]>
  • Loading branch information
erwango authored and carlescufi committed Jan 8, 2023
1 parent c4be38d commit f1dfeff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/bluetooth/hci/ipm_stm32wb.c
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,6 @@ static void start_ble_rf(void)

/* Select wakeup source of BLE RF */
LL_RCC_SetRFWKPClockSource(LL_RCC_RFWKP_CLKSOURCE_LSE);
LL_RCC_SetRTCClockSource(LL_RCC_RTC_CLKSOURCE_LSE);

/* Switch OFF LSI */
LL_RCC_LSI2_Disable();
Expand Down

0 comments on commit f1dfeff

Please sign in to comment.