summaryrefslogtreecommitdiff
path: root/firmware/drivers/rtc/rtc_tcc77x.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/drivers/rtc/rtc_tcc77x.c')
-rw-r--r--firmware/drivers/rtc/rtc_tcc77x.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/drivers/rtc/rtc_tcc77x.c b/firmware/drivers/rtc/rtc_tcc77x.c
index ae1c74f8ae..0ae4059f8a 100644
--- a/firmware/drivers/rtc/rtc_tcc77x.c
+++ b/firmware/drivers/rtc/rtc_tcc77x.c
@@ -48,7 +48,7 @@ bool rtc_check_alarm_flag(void)
48/** 48/**
49 * Enables or disables the alarm. 49 * Enables or disables the alarm.
50 */ 50 */
51bool rtc_enable_alarm(bool enable) 51void rtc_enable_alarm(bool enable)
52{ 52{
53} 53}
54 54