]> git.gag.com Git - hw/altusmetrum/commitdiff
fix busted pad reference on Rayson footprint
authorBdale Garbee <bdale@gag.com>
Sun, 28 Dec 2014 08:50:52 +0000 (01:50 -0700)
committerBdale Garbee <bdale@gag.com>
Sun, 28 Dec 2014 08:50:52 +0000 (01:50 -0700)
packages/BTM182.py

index 8c6c4641ed2fbcb6fad624b3f9db4bd138e3eb10..8ed2861c7d6a59e932396760481235489e15f33d 100755 (executable)
@@ -71,7 +71,7 @@ print '   Pad[',\
        mm2mils100(SmallPinHeight), \
        mm2mils100(PinSpacing - PinWidth), \
        mm2mils100(SmallPinHeight)+600, \
-       '"pin%i"' % 32, '"%i"' % 31, '0x0100]'
+       '"pin%i"' % 32, '"%i"' % 32, '0x0100]'
 
 print '   ElementLine[',\
        mm2mils100(-BodyHeight/2-BodyOffset), \