Revert "allow for private tick counter and special timer frequencies."
This reverts commit 3e9aeeed05.
This commit is contained in:
@@ -92,11 +92,7 @@ BaseTimer_Run:
|
||||
BaseTimer_Run_loop: ; for every timer tick
|
||||
push r24
|
||||
push r25
|
||||
.ifdef BASETIMER_PRIVATE_TICK_FN
|
||||
rcall privateTimerTick
|
||||
.else
|
||||
rcall onSystemTimerTick
|
||||
.endif
|
||||
pop r25
|
||||
pop r24
|
||||
sbiw r25:r24, 1
|
||||
|
||||
Reference in New Issue
Block a user