From 7fb21a2f0611e826b46bc8e90901de240656f67b Mon Sep 17 00:00:00 2001 From: Martin Preuss Date: Tue, 14 Apr 2026 23:50:51 +0200 Subject: [PATCH] avr: fixed call for ATmega. --- avr/modules/clock/main.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/avr/modules/clock/main.asm b/avr/modules/clock/main.asm index 03d5b8d..cf9ce3f 100644 --- a/avr/modules/clock/main.asm +++ b/avr/modules/clock/main.asm @@ -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