Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mvladic committed Jun 13, 2021
1 parent 83781fb commit cc724a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/eez/modules/dib-dcm224/dib-dcm224.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ struct DcmChannel : public Channel {
params.I_DEF = 0.0f;
params.I_MAX = 4.9f;

params.I_MON_MIN = 0.0f;
params.I_MON_MIN = -5.0f;

params.I_MIN_STEP = 0.01f;
params.I_DEF_STEP = 0.01f;
Expand Down

0 comments on commit cc724a9

Please sign in to comment.