Revert "allow for private tick counter and special timer frequencies."

This reverts commit 3e9aeeed05.
This commit is contained in:
Martin Preuss
2025-05-24 17:25:24 +02:00
parent 2acd25e805
commit 868c2b32f8
3 changed files with 0 additions and 40 deletions

View File

@@ -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