Don't consider sheet pins as connections in ERC

Fixes https://gitlab.com/kicad/code/kicad/-/issues/9828
This commit is contained in:
Jon Evans 2022-10-29 09:06:31 -04:00
parent 50d2237f06
commit 3f68b7c5c1
1 changed files with 0 additions and 1 deletions

View File

@ -3013,7 +3013,6 @@ bool CONNECTION_GRAPH::ercCheckLabels( const CONNECTION_SUBGRAPH* aSubgraph )
switch( item->Type() ) switch( item->Type() )
{ {
case SCH_PIN_T: case SCH_PIN_T:
case SCH_SHEET_PIN_T:
++retval; ++retval;
break; break;