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
This commit is contained in:
Brian S. Dean 2003-08-28 14:00:07 +00:00
parent 3c507aee9e
commit f2a77c44f0
1 changed files with 4 additions and 4 deletions

View File

@ -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