From 8d662ad9cc40d2c80c6524b7c21cfdc229367c8f Mon Sep 17 00:00:00 2001 From: bdean Date: Sun, 18 Sep 2005 00:44:20 +0000 Subject: [PATCH] Patch #4078: add VCC pin definition for DAPA programmer. This patch was the whole programmer submission which was already added through another request, but the former lacked the VCC definition. Pick it up from this patch. Submitted by: tmohr@s.netic.de git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@511 81a1dc3b-b13d-400b-aceb-764788c761c2 --- avrdude.conf.in | 1 + 1 file changed, 1 insertion(+) diff --git a/avrdude.conf.in b/avrdude.conf.in index b144d267..614bcea8 100644 --- a/avrdude.conf.in +++ b/avrdude.conf.in @@ -445,6 +445,7 @@ programmer id = "dapa"; desc = "Direct AVR Parallel Access cable"; type = par; + vcc = 3; reset = 16; sck = 1; mosi = 2;