summaryrefslogtreecommitdiff
path: root/include/rtc.h
diff options
context:
space:
mode:
authorDizzyEggg <jajkodizzy@wp.pl>2017-09-02 23:28:44 +0200
committerDizzyEggg <jajkodizzy@wp.pl>2017-09-02 23:28:44 +0200
commit048700fe579834f6933bb0488e2ab37782cbe7fe (patch)
tree0716ad28322bd75a145ecb51b80594eb03ca33ef /include/rtc.h
parentb5fea95a460d97a2b3660fcc013bf88f99b3269c (diff)
decompile rtc
Diffstat (limited to 'include/rtc.h')
-rw-r--r--include/rtc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rtc.h b/include/rtc.h
index fdc5ad709..5ee6a5316 100644
--- a/include/rtc.h
+++ b/include/rtc.h
@@ -22,7 +22,7 @@ extern struct Time gLocalTime;
void RtcDisableInterrupts(void);
void RtcRestoreInterrupts(void);
u32 ConvertBcdToBinary(u8 bcd);
-bool8 IsLeapYear(u8 year);
+bool8 IsLeapYear(u32 year);
u16 ConvertDateToDayCount(u8 year, u8 month, u8 day);
u16 RtcGetDayCount(struct SiiRtcInfo *rtc);
void RtcInit(void);