diff options
author | Mike <mjc@avtechpulse.com> | 2000-01-01 00:20:23 +0900 |
---|---|---|
committer | Mike <mjc@avtechpulse.com> | 2000-01-01 00:20:23 +0900 |
commit | 8722d53003e7f18b916e5b8bbd3e527fd1097ca4 (patch) | |
tree | 4796db74e4b89379e9cb94ff2336e7e5efb97f0e /device-functions.c | |
parent | 2c73bb707c28fac0f6b1f2725b71e0e4ece92e49 (diff) |
separate minimum equiv offset from ampl, for AVIR-4-B-OT
Diffstat (limited to 'device-functions.c')
-rw-r--r-- | device-functions.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/device-functions.c b/device-functions.c index fa070bd..c0472bb 100644 --- a/device-functions.c +++ b/device-functions.c @@ -1796,7 +1796,7 @@ int Set_OS_Calib(int channel,float meas_ampl) float change_ratio; int i,status,eprom_loc; - if (fabs(globals.ChannelState[channel].offset)<globals.Flash.ampl_zero_equiv[channel]) { + if (fabs(globals.ChannelState[channel].offset)<globals.Flash.os_zero_equiv[channel]) { return NeedNonZeroAmpl; } |