stm32/f1/rtc: add PLL2/3 to switch statement to avoid compiler warning

This commit is contained in:
Jeff Ciesielski 2012-10-19 16:32:37 -07:00
parent 069a758f6c
commit 527eeacbff
1 changed files with 2 additions and 0 deletions

View File

@ -67,6 +67,8 @@ void rtc_awake_from_off(osc_t clock_source)
RCC_BDCR |= (1 << 9) | (1 << 8);
break;
case PLL:
case PLL2:
case PLL3:
case HSI:
/* Unusable clock source, here to prevent warnings. */
/* Turn off clock sources to RTC. */