drc: fix incorrect DRCE_LAST
This commit is contained in:
parent
3cca2ace44
commit
8e9a39e17c
|
@ -77,7 +77,7 @@ enum PCB_DRC_CODE {
|
||||||
DRCE_DIFF_PAIR_GAP_OUT_OF_RANGE,
|
DRCE_DIFF_PAIR_GAP_OUT_OF_RANGE,
|
||||||
DRCE_DIFF_PAIR_UNCOUPLED_LENGTH_TOO_LONG,
|
DRCE_DIFF_PAIR_UNCOUPLED_LENGTH_TOO_LONG,
|
||||||
|
|
||||||
DRCE_LAST = DRCE_TOO_MANY_VIAS
|
DRCE_LAST = DRCE_DIFF_PAIR_UNCOUPLED_LENGTH_TOO_LONG
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue