summaryrefslogtreecommitdiff
path: root/src/common/rtc.h
diff options
context:
space:
mode:
authorNicolas Schodet2012-06-23 09:26:43 +0200
committerNicolas Schodet2012-06-23 09:26:43 +0200
commit1f40ef677b67bcca9f3861751669dc67c441b474 (patch)
tree6b90f0fb0cf2c67a7fd69fb28dd9b00840163f77 /src/common/rtc.h
parentbcdd45f8aafebb82aced4821aa942ca9590dc033 (diff)
src/common: reset when low voltage detected
Diffstat (limited to 'src/common/rtc.h')
-rw-r--r--src/common/rtc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/rtc.h b/src/common/rtc.h
index e379370..d413806 100644
--- a/src/common/rtc.h
+++ b/src/common/rtc.h
@@ -32,7 +32,7 @@
uint8_t
rtc_init (void);
-/** Get current timer. */
+/** Get current time (reset on low voltage event). */
void
rtc_get_time (uint8_t *hour, uint8_t *minute, uint8_t *second);