From cba33d4b0fd7fbddbeb1e56beb54aa9bfcb28364 Mon Sep 17 00:00:00 2001
From: "Brian S. Dean" <bsd@bsdhome.com>
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@143 81a1dc3b-b13d-400b-aceb-764788c761c2
---
 avrdude/avrdude.conf.sample | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/avrdude/avrdude.conf.sample b/avrdude/avrdude.conf.sample
index 07253df1..3ac84609 100644
--- a/avrdude/avrdude.conf.sample
+++ b/avrdude/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";
       ;