drc: fix incorrect DRCE_LAST

This commit is contained in:
Tomasz Wlostowski 2020-09-27 17:50:24 +02:00
parent 3cca2ace44
commit 8e9a39e17c
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ enum PCB_DRC_CODE {
DRCE_DIFF_PAIR_GAP_OUT_OF_RANGE,
DRCE_DIFF_PAIR_UNCOUPLED_LENGTH_TOO_LONG,
DRCE_LAST = DRCE_TOO_MANY_VIAS
DRCE_LAST = DRCE_DIFF_PAIR_UNCOUPLED_LENGTH_TOO_LONG
};