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
{{ message }}
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.
I believe there is a bug in RtcGetCalendarTime (in rtc-board.c):
In Lines 198 and 199:
performing the bit-shift before multiplication will zero the millisecond value, so milliseconds will always be zero. I believe
is the correct order of operations, and because of the CLOCK_MS_MASK, should not overflow a uint32_t.
Cheers,
Callum
The text was updated successfully, but these errors were encountered: