]> git.friedersdorff.com Git - max/tmk_keyboard.git/blobdiff - tmk_core/common/avr/timer.c
Add a qwerty layer
[max/tmk_keyboard.git] / tmk_core / common / avr / timer.c
index 1aa4a6a80cee68d39ed748083acfc7d620514b3c..9be3fa8b801473f385046acb325f114c096b438f 100644 (file)
@@ -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++;
 }