summaryrefslogtreecommitdiff
path: root/flash.c
diff options
context:
space:
mode:
authorMike <mjc@avtechpulse.com>2000-01-01 00:16:57 +0900
committerMike <mjc@avtechpulse.com>2000-01-01 00:16:57 +0900
commit6ac848ad626c9adb498eba6972f5eb1bbced20b5 (patch)
tree20f59a2be798639f1952f6ed46ccfae4120664ac /flash.c
parent44ce8c22c0cc5fdabd8e83e06f51a2fab994521c (diff)
make drive polarity of zout relay configurable for -R50 units and PCB 308AINSTRUMENT_6_4_03b
Diffstat (limited to 'flash.c')
-rw-r--r--flash.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/flash.c b/flash.c
index b339eb9..4523515 100644
--- a/flash.c
+++ b/flash.c
@@ -838,6 +838,7 @@ static void initFlashValues(FlashStruct *mem)
mem->max_avg_ampl[i]=0.0;
mem->pol_relay_high_for_pos[i]=1;
+ mem->zout_relay_high_for_max[i]=0;
mem->special_pw_range_minimum[i]=0.0;