1
0
mirror of git://projects.qi-hardware.com/kicad-libs.git synced 2024-11-22 12:39:21 +02:00

modules/dfn.fpd: replace fixed '8' by 'pins' variable, so 6-pin versions of the footprints are numbered work too

Signed-off-by: Alvaro Gamez Machado <alvaro.gamez@hazent.com>
This commit is contained in:
Alvaro Gamez Machado 2017-02-05 17:45:23 +01:00 committed by Werner Almesberger
parent b2a8c2c8c6
commit 42abcc3857

View File

@ -36,7 +36,7 @@ frame pins {
table table
{ dy, f, a } { dy, f, a }
{ 1, -1, 8 } { 1, -1, pins }
{ -1, 1, 1 } { -1, 1, 1 }
loop i = 0, pins/2-1 loop i = 0, pins/2-1