From 20d86bf1e3dfdfb4c0a3ea557b54f0bea0f5c214 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sun, 8 Feb 2026 16:18:49 +0530 Subject: Handle button state --- src/rtc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rtc.c') 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; -- cgit v1.3.1