Fix example.
git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@345 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
parent
e105eb00cb
commit
e09ce4ec22
|
@ -577,15 +577,13 @@ programmer and save it in raw binary format in the file named
|
|||
|
||||
@example
|
||||
@cartouche
|
||||
% avrdude -p m128 -c stk500 -e -U flash:r:diag.flash:r
|
||||
% avrdude -p m128 -c stk500 -U flash:r:diag.flash:r
|
||||
|
||||
avrdude: AVR device initialized and ready to accept instructions
|
||||
|
||||
Reading | ################################################## | 100% 0.03s
|
||||
|
||||
avrdude: Device signature = 0x1e9702
|
||||
avrdude: erasing chip
|
||||
avrdude: done.
|
||||
avrdude: reading flash memory:
|
||||
|
||||
Reading | ################################################## | 100% 46.10s
|
||||
|
|
Loading…
Reference in New Issue