summaryrefslogtreecommitdiffstats
path: root/watch-library/simulator/watch/watch_rtc.c
diff options
context:
space:
mode:
Diffstat (limited to 'watch-library/simulator/watch/watch_rtc.c')
-rw-r--r--watch-library/simulator/watch/watch_rtc.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/watch-library/simulator/watch/watch_rtc.c b/watch-library/simulator/watch/watch_rtc.c
index 107ae56c..fa80d6b4 100644
--- a/watch-library/simulator/watch/watch_rtc.c
+++ b/watch-library/simulator/watch/watch_rtc.c
@@ -197,3 +197,13 @@ void watch_rtc_disable_alarm_callback(void) {
alarm_interval_id = -1;
}
}
+
+void watch_rtc_enable(bool en)
+{
+ //Not simulated
+}
+
+void watch_rtc_freqcorr_write(int16_t value, int16_t sign)
+{
+ //Not simulated
+}