diff options
Diffstat (limited to 'sw/main.cpp')
-rw-r--r-- | sw/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/main.cpp b/sw/main.cpp index 3a6b63c..06ccc87 100644 --- a/sw/main.cpp +++ b/sw/main.cpp @@ -136,7 +136,7 @@ static timer_t system_timer; * Datasheet 11.9.1, example code from wdt.h */ uint8_t mcusr_mirror __attribute__ ((section (".noinit"))); -ISR(TIMER0_COMPA_vect) +ISR(TIMER0_OVF_vect) { system_timer += timer_t{0, TIMER_TICK_INTERVAL_US}; } |