From b0afa98387c75659f47c77f6897f26c1a88d9104 Mon Sep 17 00:00:00 2001 From: Martin Preuss Date: Tue, 10 Sep 2024 02:57:54 +0200 Subject: [PATCH] avr: change debug position. --- avr/main.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/avr/main.asm b/avr/main.asm index 985e94e..4b3530a 100644 --- a/avr/main.asm +++ b/avr/main.asm @@ -232,7 +232,7 @@ printTimerMark: in r15, SREG ; debug push r15 cli - ldi r18, 1 + ldi r18, 6 ldi r19, 1 rcall LCD_SetCursor lds r16, timerModuleCounterSecs