Skip to content

Commit 4c67506

Browse files
committed
Ignore CD TE errors on 50k
1 parent 55e26fe commit 4c67506

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/elect.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -697,7 +697,7 @@ static int ElectJudgeCDTELoopGain(const char *result, int len)
697697
else
698698
{
699699
PlatShowEMessage("CD TE LOOP GAIN NG: %d\n", value);
700-
return (ConSlim == 1) ? 0 : 1;
700+
return ((ConSlim == 1) || (ConType == MECHA_TYPE_40)) ? 0 : 1;
701701
}
702702
}
703703

0 commit comments

Comments
 (0)