From 18268280dc6c0bd44035b53655ae43e9c88245bd Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sat, 28 Feb 2026 17:37:19 +0530 Subject: Add set time mode + test for button --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index 98b63a2..2e20b7b 100644 --- a/src/main.c +++ b/src/main.c @@ -28,7 +28,7 @@ ISR(TIM0_COMPA_vect, ISR_FLATTEN) { ISR(TIM1_COMPA_vect, ISR_FLATTEN) { rtc_increment(); } // Button interrupt -ISR(PCINT0_vect, ISR_FLATTEN) { button_tick(); } +// ISR(PCINT0_vect, ISR_FLATTEN) { button_tick(); } int main(void) { PRR = 0b0011; // Power reduction register. Shut down USI and ADC -- cgit v1.3.1