From 215d554be2136155c59a112ddc9e84f9fb3466a8 Mon Sep 17 00:00:00 2001 From: "Brian S. Dean" Date: Sun, 30 Dec 2001 00:12:23 +0000 Subject: [PATCH] Clarify a comment. git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk@113 81a1dc3b-b13d-400b-aceb-764788c761c2 --- avrdude/avrdude.conf.sample | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/avrdude/avrdude.conf.sample b/avrdude/avrdude.conf.sample index d7c8e93c..6abd34df 100644 --- a/avrdude/avrdude.conf.sample +++ b/avrdude/avrdude.conf.sample @@ -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)";