avr: fixed apidoc.

This commit is contained in:
Martin Preuss
2026-08-06 00:08:09 +02:00
parent b961575906
commit 1cdec816f6

View File

@@ -109,8 +109,8 @@ BaseTimer_Run_End:
;
; OC0A interrupt handler
;
; Increments baseTimerModuleTickCounter, if it reaches 0 then baseTimerTicksSinceLastRun
; is also incremented and the baseTimerModuleTickCounter reloaded.
; Decrements baseTimerModuleTickCounter, if it reaches 0 then baseTimerTicksSinceLastRun
; is incremented and the baseTimerModuleTickCounter reloaded.
; The rest is done outside ISR baseTimerTicksSinceLastRun in BaseTimer_Run.
baseTimerIrqOC0A: