Clarify a comment.
git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@113 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
parent
7436bc593b
commit
2262f1c58a
|
@ -141,10 +141,9 @@ programmer
|
|||
vfyled = 17;
|
||||
;
|
||||
|
||||
|
||||
# The AVR3 board does not drive the clock on the AVR. You must
|
||||
# disconnect pin 5 from the parallel port and add a clock signal to
|
||||
# the board.
|
||||
# The AVR3 board does not drive the clock on the AVR. You must use a
|
||||
# cable that does not pass through pin 5 of the parallel port, and you
|
||||
# add a clock signal to the board at pin 3 of P1 or pin 3 of J2.
|
||||
programmer
|
||||
id = "avr3";
|
||||
desc = "AVR3 (disconnect pin 5 - see config file for details)";
|
||||
|
|
Loading…
Reference in New Issue