summaryrefslogtreecommitdiff
path: root/firmware/export/rtc.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/rtc.h')
-rw-r--r--firmware/export/rtc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/rtc.h b/firmware/export/rtc.h
index 57853f28cc..216de87dea 100644
--- a/firmware/export/rtc.h
+++ b/firmware/export/rtc.h
@@ -51,7 +51,7 @@ int rtc_write(unsigned char address, unsigned char value);
51#ifdef HAVE_RTC_ALARM 51#ifdef HAVE_RTC_ALARM
52void rtc_set_alarm(int h, int m); 52void rtc_set_alarm(int h, int m);
53void rtc_get_alarm(int *h, int *m); 53void rtc_get_alarm(int *h, int *m);
54bool rtc_enable_alarm(bool enable); 54void rtc_enable_alarm(bool enable);
55bool rtc_check_alarm_started(bool release_alarm); 55bool rtc_check_alarm_started(bool release_alarm);
56bool rtc_check_alarm_flag(void); 56bool rtc_check_alarm_flag(void);
57#endif /* HAVE_RTC_ALARM */ 57#endif /* HAVE_RTC_ALARM */