diff options
| author | Akshay Nair <phenax5@gmail.com> | 2026-02-08 16:18:49 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2026-02-08 16:18:49 +0530 |
| commit | 20d86bf1e3dfdfb4c0a3ea557b54f0bea0f5c214 (patch) | |
| tree | 86a7a23ac0b49bb9ff6d29f6c6f5e45209d42d94 /src/rtc.c | |
| parent | eef689b2e209dcf84c149ee4866c2a007676dc71 (diff) | |
| download | daft-watch-20d86bf1e3dfdfb4c0a3ea557b54f0bea0f5c214.tar.gz daft-watch-20d86bf1e3dfdfb4c0a3ea557b54f0bea0f5c214.zip | |
Handle button state
Diffstat (limited to 'src/rtc.c')
| -rw-r--r-- | src/rtc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |
