diff options
Diffstat (limited to 'include/rtc.h')
-rw-r--r-- | include/rtc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/rtc.h b/include/rtc.h index 96d7e716b..4c9d06d31 100644 --- a/include/rtc.h +++ b/include/rtc.h @@ -17,6 +17,8 @@ #define RTC_ERR_FLAG_MASK 0x0FF0 +extern struct Time gLocalTime; + void RtcInit(); u16 RtcGetErrorStatus(); void RtcReset(); |