Fix ATMega128 instruction encoding for reading the low and high fuse

bits.  Thanks to Joerg Wunsch for tripping over this.


git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@143 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
bsd 2002-10-11 19:32:12 +00:00
parent 11d711787c
commit df87a2838a
1 changed files with 2 additions and 2 deletions

View File

@ -939,7 +939,7 @@ part
write = "1 0 1 0 1 1 0 0 1 0 1 0 0 0 0 0",
"x x x x x x x x i i i i i i i i";
read = "1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0",
read = "0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0",
"x x x x x x x x o o o o o o o o";
;
@ -948,7 +948,7 @@ part
write = "1 0 1 0 1 1 0 0 1 0 1 0 1 0 0 0",
"x x x x x x x x i i i i i i i i";
read = "1 0 1 0 1 0 0 0 0 0 0 0 1 0 0 0",
read = "0 1 0 1 1 0 0 0 0 0 0 0 1 0 0 0",
"x x x x x x x x o o o o o o o o";
;