aboutsummaryrefslogtreecommitdiff
path: root/src/rtc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/rtc.c')
-rw-r--r--src/rtc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rtc.c b/src/rtc.c
index 1ac50c3..053e651 100644
--- a/src/rtc.c
+++ b/src/rtc.c
@@ -19,7 +19,7 @@ void rtc_setup(void) {
TIMSK1 = (1 << OCIE1A); // Enable timer overflow interrupt
}
-volatile uint8_t seconds = 10;
+volatile uint8_t seconds = 0;
volatile uint8_t minutes = 0;
volatile uint8_t hours = 0;