avr: fixed calls for 64K ATmega.

This commit is contained in:
Martin Preuss
2026-03-17 00:01:23 +01:00
parent 8085043ef6
commit 3bf327bb2d
4 changed files with 12 additions and 12 deletions

View File

@@ -51,7 +51,7 @@ BaseTimer_Init: ; setup timer for IRQ every 100ms
ldi r17, (baseTimerModuleData_end-baseTimerModuleData)
rcall Utils_FillSram
rcall systemSetupTimer0
bigcall systemSetupTimer0
sec
ret
; @end
@@ -92,7 +92,7 @@ BaseTimer_Run:
BaseTimer_Run_loop: ; for every timer tick
push r24
push r25
rcall onSystemTimerTick
bigcall onSystemTimerTick
pop r25
pop r24
sbiw r25:r24, 1