From 7e4977f4722bbc412f39bb1623111f582107efad Mon Sep 17 00:00:00 2001 From: Martin Preuss Date: Sun, 22 Sep 2024 21:22:56 +0200 Subject: [PATCH] avr: fixed a typo. --- avr/modules/comproto/msg_value.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/avr/modules/comproto/msg_value.asm b/avr/modules/comproto/msg_value.asm index 10ceafb..477ddd1 100644 --- a/avr/modules/comproto/msg_value.asm +++ b/avr/modules/comproto/msg_value.asm @@ -137,7 +137,7 @@ cproInvertValueMsg: adiw xh:xl, 3 ; src address ld r16, X lds r17, com2Address - st X, r16 ; set our src address + st X, r17 ; set our src address sbiw xh:xl, 3 st X, r16 ; set old src address as destination address