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
This commit is contained in:
parent
46db168b4f
commit
6cb8065508
|
@ -445,6 +445,7 @@ programmer
|
||||||
id = "dapa";
|
id = "dapa";
|
||||||
desc = "Direct AVR Parallel Access cable";
|
desc = "Direct AVR Parallel Access cable";
|
||||||
type = par;
|
type = par;
|
||||||
|
vcc = 3;
|
||||||
reset = 16;
|
reset = 16;
|
||||||
sck = 1;
|
sck = 1;
|
||||||
mosi = 2;
|
mosi = 2;
|
||||||
|
|
Loading…
Reference in New Issue