drivers: hci: stm32wb: Don't mess with RTC Clock source
No reason to update RTC clock source in this driver. Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
This commit is contained in:
parent
c4be38dec1
commit
f1dfeff282
1 changed files with 0 additions and 1 deletions
|
@ -405,7 +405,6 @@ static void start_ble_rf(void)
|
||||||
|
|
||||||
/* Select wakeup source of BLE RF */
|
/* Select wakeup source of BLE RF */
|
||||||
LL_RCC_SetRFWKPClockSource(LL_RCC_RFWKP_CLKSOURCE_LSE);
|
LL_RCC_SetRFWKPClockSource(LL_RCC_RFWKP_CLKSOURCE_LSE);
|
||||||
LL_RCC_SetRTCClockSource(LL_RCC_RTC_CLKSOURCE_LSE);
|
|
||||||
|
|
||||||
/* Switch OFF LSI */
|
/* Switch OFF LSI */
|
||||||
LL_RCC_LSI2_Disable();
|
LL_RCC_LSI2_Disable();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue