diff --git a/NEWS b/NEWS index 1e00e48f..c33142d1 100644 --- a/NEWS +++ b/NEWS @@ -73,6 +73,7 @@ Changes since version 6.4: - List of signing keys? #884 - Pickit4 UPDI is writing at offset 0x4000 into flash instead of 0x0000. #892 - SerialUPDI programmer can't write to usersig/userrow in terminal mode #889 + - Signature read command for ATmega165* was wrong (no-id) * Pull requests: diff --git a/src/avrdude.conf.in b/src/avrdude.conf.in index 3ba49e6a..6366de5c 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"; ;