avr: fixed call for ATmega.

This commit is contained in:
Martin Preuss
2026-04-14 23:50:51 +02:00
parent 9d4e24222c
commit 7fb21a2f06

View File

@@ -57,7 +57,7 @@ Clock_Init:
ldi xl, LOW(clockModuleData)
clr r16
ldi r17, (clockModuleData_end-clockModuleData)
rcall Utils_FillSram ; (R17, X)
bigcall Utils_FillSram ; (R17, X)
sec
ret
; @end