diff --git a/tmk_core/common/avr/timer.c b/tmk_core/common/avr/timer.c index 1aa4a6a8..9be3fa8b 100644 --- a/tmk_core/common/avr/timer.c +++ b/tmk_core/common/avr/timer.c @@ -115,7 +115,7 @@ uint32_t timer_elapsed32(uint32_t last) } // excecuted once per 1ms.(excess for just timer count?) -ISR(TIMER0_COMPA_vect) +ISR(TIMER0_COMPA_vect, ISR_NOBLOCK) { timer_count++; }