add ERCE_NETCLASS_CONFLICT and ERCE_ENDPOINT_OFF_GRID to schematic setup

This commit is contained in:
Graham Keeth 2023-01-02 16:35:20 -05:00 committed by Seth Hillbrand
parent 1ba9a6abe3
commit 77ee82459e
1 changed files with 2 additions and 0 deletions

View File

@ -193,6 +193,7 @@ std::vector<std::reference_wrapper<RC_ITEM>> ERC_ITEM::allItemTypes( {
ERC_ITEM::globalLabelDangling,
ERC_ITEM::wireDangling,
ERC_ITEM::busEntryNeeded,
ERC_ITEM::endpointOffGrid,
ERC_ITEM::heading_conflicts,
ERC_ITEM::duplicateReference,
@ -207,6 +208,7 @@ std::vector<std::reference_wrapper<RC_ITEM>> ERC_ITEM::allItemTypes( {
ERC_ITEM::busToBusConflict,
ERC_ITEM::busToNetConflict,
ERC_ITEM::netNotBusMember,
ERC_ITEM::netclassConflict,
ERC_ITEM::heading_misc,
ERC_ITEM::unannotated,