From 67ab74cd6a1534e548b10f496cd24a62532c8d31 Mon Sep 17 00:00:00 2001 From: Joerg Wunsch Date: Mon, 7 Mar 2022 22:52:14 +0100 Subject: [PATCH] Fix a one-bit error in ATmega165* signature read command. --- NEWS | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS b/NEWS index 81179c5e..5befbb8a 100644 --- a/NEWS +++ b/NEWS @@ -74,6 +74,7 @@ Changes since version 6.4: - Pickit4 UPDI is writing at offset 0x4000 into flash instead of 0x0000. #892 - Signature read command for ATmega165* was wrong (no-id) - SerialUPDI programmer can't write to usersig/userrow in terminal mode #889 + - Signature read command for ATmega165* was wrong (no-id) * Pull requests: