diff options
Diffstat (limited to 'uisimulator')
-rw-r--r-- | uisimulator/common/stubs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/uisimulator/common/stubs.c b/uisimulator/common/stubs.c index 2aa0f12f89..ee0c9f113c 100644 --- a/uisimulator/common/stubs.c +++ b/uisimulator/common/stubs.c | |||
@@ -169,9 +169,9 @@ void rtc_set_alarm(int h, int m) | |||
169 | (void)m; | 169 | (void)m; |
170 | } | 170 | } |
171 | 171 | ||
172 | bool rtc_enable_alarm(bool enable) | 172 | void rtc_enable_alarm(bool enable) |
173 | { | 173 | { |
174 | return enable; | 174 | (void)enable; |
175 | } | 175 | } |
176 | 176 | ||
177 | extern bool sim_alarm_wakeup; | 177 | extern bool sim_alarm_wakeup; |