aboutsummaryrefslogtreecommitdiff
path: root/RTC.h
diff options
context:
space:
mode:
Diffstat (limited to 'RTC.h')
-rw-r--r--RTC.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/RTC.h b/RTC.h
index b61dbab..6ada5c1 100644
--- a/RTC.h
+++ b/RTC.h
@@ -24,7 +24,8 @@
namespace RTC
{
-void Init();
+bool Init();
+void DeInit();
void Reset();
u16 Read();