diff options
| author | Akshay Nair <phenax5@gmail.com> | 2026-02-28 17:37:19 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2026-02-28 17:37:19 +0530 |
| commit | 18268280dc6c0bd44035b53655ae43e9c88245bd (patch) | |
| tree | c17b1703d8a3deb4cd67a6e6466d024f02a49bb7 /src/main.c | |
| parent | 02c12bfedcf669df81491ea49502a982e980bcda (diff) | |
| download | daft-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
