From 916ade1c431357f81b025e5b5978f2c5c0ae08fd Mon Sep 17 00:00:00 2001 From: "Brian S. Dean" Date: Fri, 11 Oct 2002 19:32:12 +0000 Subject: [PATCH] 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 --- avrdude.conf.sample | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/avrdude.conf.sample b/avrdude.conf.sample index 07253df1..3ac84609 100644 --- a/avrdude.conf.sample +++ b/avrdude.conf.sample @@ -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"; ;