From ada19028e0a4fbdf4d12866806dab1ebb6dbdc95 Mon Sep 17 00:00:00 2001 From: Martin Preuss Date: Sun, 1 Jun 2025 19:23:38 +0200 Subject: [PATCH] dont use old constant. --- avr/modules/flash/io_bitbang.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/avr/modules/flash/io_bitbang.asm b/avr/modules/flash/io_bitbang.asm index 1dd5039..97f69f4 100644 --- a/avr/modules/flash/io_bitbang.asm +++ b/avr/modules/flash/io_bitbang.asm @@ -189,7 +189,7 @@ ioRawReceivePacketIntoBuffer: breq ioRawReceivePacketIntoBuffer_acceptAddr cpi r16, 0xff breq ioRawReceivePacketIntoBuffer_acceptAddr - ldi r16, COM2_ERROR_NOTFORME + clr r16 ; not for me rjmp ioRawReceivePacketIntoBuffer_error ; clc/ret #endif ioRawReceivePacketIntoBuffer_acceptAddr: