avrdude.1: Fixed obvious copy and paste error (Patch #3199 contributed by Galen Seitz)
git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk@431 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
parent
7fc5e2a7c2
commit
15ec4ccfa6
|
@ -1,3 +1,8 @@
|
||||||
|
2004-07-17 Jan-Hinnerk Reichert <hinni@despammed.com>
|
||||||
|
|
||||||
|
* avrdude.1: Fixed obvious copy and paste error
|
||||||
|
(Patch #3199 contributed by Galen Seitz)
|
||||||
|
|
||||||
2004-07-15 Theodore A. Roth <troth@openavr.org>
|
2004-07-15 Theodore A. Roth <troth@openavr.org>
|
||||||
|
|
||||||
* main.c (main): Don't indent CPP directives.
|
* main.c (main): Don't indent CPP directives.
|
||||||
|
|
|
@ -147,9 +147,9 @@ m169 ATMEGA169
|
||||||
m128 ATMEGA128
|
m128 ATMEGA128
|
||||||
m103 ATMEGA103
|
m103 ATMEGA103
|
||||||
m16 ATMEGA16
|
m16 ATMEGA16
|
||||||
m8 ATMEGA48
|
m48 ATMEGA48
|
||||||
m8 ATMEGA8
|
m8 ATMEGA8
|
||||||
m8 ATMEGA88
|
m88 ATMEGA88
|
||||||
.TE
|
.TE
|
||||||
.Bl -tag -width "(*) "
|
.Bl -tag -width "(*) "
|
||||||
.It "(*)"
|
.It "(*)"
|
||||||
|
|
Loading…
Reference in New Issue