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
RTC_WEEKDAY_SUNDAY definition in STM32F1 HAL is 0 while
7 for other series.
struct tm:
tm_wday
The number of days since Sunday, in the range 0 to 6.
Other days are aligned to the tm_wday value.
Fix#9
Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
0 commit comments