stm32/f1/rtc: add PLL2/3 to switch statement to avoid compiler warning
This commit is contained in:
parent
069a758f6c
commit
527eeacbff
@ -67,6 +67,8 @@ void rtc_awake_from_off(osc_t clock_source)
|
|||||||
RCC_BDCR |= (1 << 9) | (1 << 8);
|
RCC_BDCR |= (1 << 9) | (1 << 8);
|
||||||
break;
|
break;
|
||||||
case PLL:
|
case PLL:
|
||||||
|
case PLL2:
|
||||||
|
case PLL3:
|
||||||
case HSI:
|
case HSI:
|
||||||
/* Unusable clock source, here to prevent warnings. */
|
/* Unusable clock source, here to prevent warnings. */
|
||||||
/* Turn off clock sources to RTC. */
|
/* Turn off clock sources to RTC. */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user