aboutsummaryrefslogtreecommitdiff
path: root/RTC.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'RTC.cpp')
-rw-r--r--RTC.cpp7
1 files changed, 6 insertions, 1 deletions
diff --git a/RTC.cpp b/RTC.cpp
index c5b9d50..842fdae 100644
--- a/RTC.cpp
+++ b/RTC.cpp
@@ -44,7 +44,12 @@ u8 ClockAdjust;
u8 FreeReg;
-void Init()
+bool Init()
+{
+ return true;
+}
+
+void DeInit()
{
}