avr: fixed call for ATmega.
This commit is contained in:
@@ -57,7 +57,7 @@ Clock_Init:
|
|||||||
ldi xl, LOW(clockModuleData)
|
ldi xl, LOW(clockModuleData)
|
||||||
clr r16
|
clr r16
|
||||||
ldi r17, (clockModuleData_end-clockModuleData)
|
ldi r17, (clockModuleData_end-clockModuleData)
|
||||||
rcall Utils_FillSram ; (R17, X)
|
bigcall Utils_FillSram ; (R17, X)
|
||||||
sec
|
sec
|
||||||
ret
|
ret
|
||||||
; @end
|
; @end
|
||||||
|
|||||||
Reference in New Issue
Block a user