You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(RTC): RTC_Tests example for new STM32RTC prediv API (uint32_t)
- use uint32_t for userPredA, userPredS and local prediv variables (a, s),
- call rtc.getPrediv() and rtc.setPrediv() with uint32_t arguments,
- use PREDIVA_MAX + 1 and PREDIVS_MAX + 1 to reset prescalers to computed values
See: stm32duino/STM32RTC@9d07ee5
Signed-off-by: Aymane Bahssain <aymane.bahssain@st.com>
0 commit comments