From e8e22287c39f30f4b484046ba41e910803e11649 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Mon, 28 Sep 2015 10:15:01 -0500 Subject: [PATCH] symbols/spdt: 'passive' isn't a valid pin type; 'pas' is the right one Using an invalid pin type generates terrible exceptions from the drc2 checking function. Signed-off-by: Keith Packard --- symbols/common/spdt.sym | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/symbols/common/spdt.sym b/symbols/common/spdt.sym index d5d053f..610629e 100644 --- a/symbols/common/spdt.sym +++ b/symbols/common/spdt.sym @@ -36,7 +36,7 @@ B 700 200 600 800 3 0 0 0 -1 -1 0 -1 -1 -1 -1 -1 P 1000 0 1000 200 1 0 0 { T 700 200 5 10 0 0 0 0 1 -pintype=passive +pintype=pas T 1055 195 5 10 0 1 0 0 1 pinlabel=holes T 1095 45 5 10 1 1 0 0 1 -- 2.47.2