mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-09-28 06:55:27 +00:00
Fix a one-bit error in ATmega165* signature read command.
This commit is contained 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";
|
||||
;
|
||||
|
||||
|
Reference in New Issue
Block a user