rtc: stm32: Remove trivial endif comment
Removed the endif comment as the Kconfig symbol it referenced didn't exist. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
1e392fbd0a
commit
e76ea6cf9d
1 changed files with 1 additions and 1 deletions
|
@ -241,7 +241,7 @@ static int rtc_stm32_init(struct device *dev)
|
|||
|
||||
LL_RCC_SetRTCClockSource(LL_RCC_RTC_CLKSOURCE_LSE);
|
||||
|
||||
#endif /* CONFIG_RTC_STM32_CLOCK_SRC */
|
||||
#endif
|
||||
|
||||
LL_RCC_EnableRTC();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue