From fcf0a3d4be13d7e32cbcbb5ef15c03eb91e22c30 Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Sun, 20 Nov 2011 15:32:52 -0700 Subject: [PATCH] fix pdf reference --- pkg/newlib/samtec/QTH.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/newlib/samtec/QTH.py b/pkg/newlib/samtec/QTH.py index 8cae3ff..4c52ff6 100755 --- a/pkg/newlib/samtec/QTH.py +++ b/pkg/newlib/samtec/QTH.py @@ -1,11 +1,11 @@ #!/usr/bin/python # Copyright 2007 by Bdale Garbee . GPLv2 # -# Program to emit PCB footprint for Samtec QSH-XXX-01-X-D-A connectors +# Program to emit PCB footprint for Samtec QTH-XXX-02-X-D-A connectors import sys -# dimensions in mm from QSH-XXX-01-X-D-XX-FOOTPRINT.pdf +# dimensions in mm from qth-xxx-xx-x-d-xxx-footprint.pdf PinWidth = 0.30 PinHeight = 1.45 -- 2.30.2