stm32duino / STM32RTC

Arduino RTC library for STM32.
125 stars 48 forks source link

fix: in configForLowPower(), begin() should be call unconditionnally #68

Closed ABOSTM closed 2 years ago

ABOSTM commented 2 years ago

fix: in configForLowPower(), begin() should be call unconditionnally

The fact RTC is already configured or not, is handled by begin() itself. Fixes https://github.com/stm32duino/STM32LowPower/issues/71

Signed-off-by: Alexandre Bourdiol alexandre.bourdiol@st.com