fix IV notify

This commit is contained in:
105042004
2019-08-28 14:40:44 +08:00
parent bf2ef89a7f
commit e975789be4
@@ -919,7 +919,7 @@ static void EliteNotifyControl(){
if ((INSTRUCTION.eliteFxn == IVCurve) && (StepTimeCounter == StepTime - 1)) {
SendNotify();
}
else if (StepTimeCounter == StepTime) {
else if ((INSTRUCTION.eliteFxn != IVCurve) && (StepTimeCounter == StepTime)) {
SendNotify();
}
}