summaryrefslogtreecommitdiff
path: root/firmware/drivers/rtc/rtc_tcc77x.c
diff options
context:
space:
mode:
authorRafaël Carré <rafael.carre@gmail.com>2010-05-22 00:28:26 +0000
committerRafaël Carré <rafael.carre@gmail.com>2010-05-22 00:28:26 +0000
commitba46c88c6f077f7e6e1c266e9742870802037b68 (patch)
tree8a663c4f83c4f11d19360c044a351e8bd7ced252 /firmware/drivers/rtc/rtc_tcc77x.c
parent8302c5fe17b0c9e74f1c1d9941c852153516387d (diff)
downloadrockbox-ba46c88c6f077f7e6e1c266e9742870802037b68.tar.gz
rockbox-ba46c88c6f077f7e6e1c266e9742870802037b68.zip
rtc_enable_alarm() needs no return value
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26245 a1c6a512-1295-4272-9138-f99709370657
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