From c800e99dc8aabf962a4032d485bce29fb6f669bf Mon Sep 17 00:00:00 2001 From: Martin Preuss Date: Sun, 25 Aug 2024 14:26:36 +0200 Subject: [PATCH] avr: added comments --- avr/modules/com2/main.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/avr/modules/com2/main.asm b/avr/modules/com2/main.asm index 6fdaa72..3291beb 100644 --- a/avr/modules/com2/main.asm +++ b/avr/modules/com2/main.asm @@ -288,7 +288,7 @@ com2ReceivePacket_bufferAvailable: push xl push xh lds r16, com2Address - ldi r17, (COM2_BUFFER_SIZE-3) + ldi r17, (COM2_BUFFER_SIZE-3) ; buffer size minus dst addr, payload len, crc byte rcall com2ReceivePacketRaw pop xh pop xl