Skip to content

Commit

Permalink
mio168: fixed calibration for current mode
Browse files Browse the repository at this point in the history
  • Loading branch information
mvladic committed Feb 9, 2021
1 parent 5721692 commit 9d9835c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/eez/modules/dib-mio168/dib-mio168.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -714,7 +714,7 @@ struct AinChannel {
return 240.0f;
}
} else {
return -48.0E-3f;
return 48.0E-3f;
}
} else {
if (m_mode == MEASURE_MODE_VOLTAGE) {
Expand Down

0 comments on commit 9d9835c

Please sign in to comment.