diff options
author | Tetrable <atifhuss386@gmail.com> | 2019-01-03 02:28:18 +0000 |
---|---|---|
committer | Tetrable <atifhuss386@gmail.com> | 2019-01-03 02:28:18 +0000 |
commit | 30e7ac0dcadc1ca15d56dc24e79489be63527357 (patch) | |
tree | bb804c19ca84b582f7517af645bfc8665b26a1e1 /src/rtc.c | |
parent | 50aa222aff56499aeef1c64c9191f53b9b20a1de (diff) | |
parent | b471bba55e7e3743fa8cdb796cba57c41f5bfdbc (diff) |
Fix merge conflicts
Diffstat (limited to 'src/rtc.c')
-rw-r--r-- | src/rtc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -340,7 +340,7 @@ u32 RtcGetMinuteCount(void) return (24 * 60) * RtcGetDayCount(&sRtc) + 60 * sRtc.hour + sRtc.minute; } -u16 RtcGetLocalDayCount(void) +u32 RtcGetLocalDayCount(void) { return RtcGetDayCount(&sRtc); } |