Skip to content

Commit

Permalink
#35
Browse files Browse the repository at this point in the history
  • Loading branch information
mvladic committed Feb 3, 2021
1 parent 43dd637 commit ea3c5b1
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions src/eez/modules/psu/channel_dispatcher.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -166,13 +166,8 @@ bool additionalCheckForCouplingType(CouplingType couplingType, int *err) {
return false;
}

if (!ch1.isCalibrationEnabled()) {
ch1.calibrationEnable(true);
}

if (!ch2.isCalibrationEnabled()) {
ch2.calibrationEnable(true);
}
ch1.calibrationEnableNoEvent(true);
ch2.calibrationEnableNoEvent(true);

return true;
}
Expand Down

0 comments on commit ea3c5b1

Please sign in to comment.