From 65618ed655c908c5d43552086e8bcf6dd2470686 Mon Sep 17 00:00:00 2001 From: Joerg Wunsch Date: Mon, 7 Mar 2022 21:38:17 +0100 Subject: [PATCH] Fix a one-bit error in the signature read command for ATmega165* --- NEWS | 1 + src/avrdude.conf.in | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 3ede3e9f..c3022765 100644 --- a/NEWS +++ b/NEWS @@ -72,6 +72,7 @@ Changes since version 6.4: - Rework HID support for Windows #881 - List of signing keys? #884 - Pickit4 UPDI is writing at offset 0x4000 into flash instead of 0x0000. #892 + - Signature read command for ATmega165* was wrong (no-id) * Pull requests: diff --git a/src/avrdude.conf.in b/src/avrdude.conf.in index b362154f..ba512efd 100644 --- a/src/avrdude.conf.in +++ b/src/avrdude.conf.in @@ -14437,7 +14437,7 @@ part memory "signature" size = 3; - read = "0 0 1 1 1 0 0 0 0 0 0 0 0 0 0 0", + read = "0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0", "x x x x x x a1 a0 o o o o o o o o"; ;