avr: fixed call for ATmega.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user