Fix fuse bit setting example. This closes bug #4027 submitted by
(unknown). git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@350 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
parent
386f8f19db
commit
1ec1c1c2ea
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue