* avrdude.conf.in: Fix typo for devicecode deprecation comment.
git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk@295 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
parent
200283a902
commit
5d6dace3c3
|
@ -1,3 +1,7 @@
|
||||||
|
2003-03-17 Theodore A. Roth <troth@openavr.org>
|
||||||
|
|
||||||
|
* avrdude.conf.in: Fix typo for devicecode deprecation comment.
|
||||||
|
|
||||||
2003-03-16 Theodore A. Roth <troth@openavr.org>
|
2003-03-16 Theodore A. Roth <troth@openavr.org>
|
||||||
|
|
||||||
* avr.c (avr_read): Use pgm->read_sig_bytes to read signature bytes if
|
* avr.c (avr_read): Use pgm->read_sig_bytes to read signature bytes if
|
||||||
|
|
|
@ -30,7 +30,7 @@
|
||||||
# part
|
# part
|
||||||
# id = <id> ; # quoted string
|
# id = <id> ; # quoted string
|
||||||
# desc = <description> ; # quoted string
|
# desc = <description> ; # quoted string
|
||||||
# devcode = <num> ; # deprecated, use stk500_devcode
|
# devicecode = <num> ; # deprecated, use stk500_devcode
|
||||||
# stk500_devcode = <num> ; # numeric
|
# stk500_devcode = <num> ; # numeric
|
||||||
# avr910_devcode = <num> ; # numeric
|
# avr910_devcode = <num> ; # numeric
|
||||||
# chip_erase_delay = <num> ; # micro-seconds
|
# chip_erase_delay = <num> ; # micro-seconds
|
||||||
|
|
Loading…
Reference in New Issue