Skip to content

Commit

Permalink
Update calibration.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
mvladic committed Oct 22, 2020
1 parent 283acde commit ecad2d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/eez/modules/psu/calibration.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ void CalibrationBase::getMinValue(CalibrationValueType valueType, float &value,
return;
}

value = 0.05f;
value = 0.0f;
unit = UNIT_AMPER;
}

Expand Down

0 comments on commit ecad2d8

Please sign in to comment.