From eec544d1b8696d90939a8f19acac877f29aa8cde Mon Sep 17 00:00:00 2001 From: Martin Preuss Date: Thu, 5 Sep 2024 18:50:43 +0200 Subject: [PATCH] avr: send firmware version in FLASH_READY and DEVICE messages. --- avr/modules/comproto/msg_device.asm | 10 +++++----- avr/modules/flash/flash_ready.asm | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/avr/modules/comproto/msg_device.asm b/avr/modules/comproto/msg_device.asm index 31a6fe7..5f01bbd 100644 --- a/avr/modules/comproto/msg_device.asm +++ b/avr/modules/comproto/msg_device.asm @@ -26,21 +26,21 @@ ; REGS: R3, R4, R16, R17, R18, X (R19, R20, R21) CPRO_WriteDevice: - ldi r17, COM2_PAYLOAD_FLAGS_UID | (8<