aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2026-02-28 17:37:19 +0530
committerAkshay Nair <phenax5@gmail.com>2026-02-28 17:37:19 +0530
commit18268280dc6c0bd44035b53655ae43e9c88245bd (patch)
treec17b1703d8a3deb4cd67a6e6466d024f02a49bb7 /src/main.c
parent02c12bfedcf669df81491ea49502a982e980bcda (diff)
downloaddaft-watch-18268280dc6c0bd44035b53655ae43e9c88245bd.tar.gz
daft-watch-18268280dc6c0bd44035b53655ae43e9c88245bd.zip
Add set time mode + test for button
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
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