summaryrefslogtreecommitdiff
path: root/src/common/rtc.h
diff options
context:
space:
mode:
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);