summaryrefslogtreecommitdiff
path: root/src/rtc.c
diff options
context:
space:
mode:
authorTetrable <atifhuss386@gmail.com>2019-01-03 02:28:18 +0000
committerTetrable <atifhuss386@gmail.com>2019-01-03 02:28:18 +0000
commit30e7ac0dcadc1ca15d56dc24e79489be63527357 (patch)
treebb804c19ca84b582f7517af645bfc8665b26a1e1 /src/rtc.c
parent50aa222aff56499aeef1c64c9191f53b9b20a1de (diff)
parentb471bba55e7e3743fa8cdb796cba57c41f5bfdbc (diff)
Fix merge conflicts
Diffstat (limited to 'src/rtc.c')
-rw-r--r--src/rtc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rtc.c b/src/rtc.c
index 3f413d0e3..37a06fe7e 100644
--- a/src/rtc.c
+++ b/src/rtc.c
@@ -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);
}