From f2a77c44f0c59840897da6165ec5edb2c2534900 Mon Sep 17 00:00:00 2001 From: "Brian S. Dean" Date: Thu, 28 Aug 2003 14:00:07 +0000 Subject: [PATCH] Fix fuse bit setting example. This closes bug #4027 submitted by (unknown). git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk@350 81a1dc3b-b13d-400b-aceb-764788c761c2 --- avrdude/doc/avrdude.texi | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/avrdude/doc/avrdude.texi b/avrdude/doc/avrdude.texi index d1854993..35a73a2b 100644 --- a/avrdude/doc/avrdude.texi +++ b/avrdude/doc/avrdude.texi @@ -756,8 +756,8 @@ avrdude> @noindent Program the fuse bits of an ATmega128 (disable M103 compatibility, -enable high speed external crystal, enable brown-out detection). First -display the factory defaults, then reprogram: +enable high speed external crystal, enable brown-out detection, slowly +rising power). First display the factory defaults, then reprogram: @example @cartouche @@ -784,8 +784,8 @@ avrdude> w efuse 0 0xff avrdude> w hfuse 0 0x89 >>> w hfuse 0 0x89 -avrdude> w lfuse 0 0x2e ->>> w lfuse 0 0x2e +avrdude> w lfuse 0 0x2f +>>> w lfuse 0 0x2f avrdude> @end cartouche