summaryrefslogtreecommitdiff
path: root/globals.h
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 /globals.h
parent44ce8c22c0cc5fdabd8e83e06f51a2fab994521c (diff)
make drive polarity of zout relay configurable for -R50 units and PCB 308AINSTRUMENT_6_4_03b
Diffstat (limited to 'globals.h')
-rw-r--r--globals.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/globals.h b/globals.h
index a8fae30..9f13c6a 100644
--- a/globals.h
+++ b/globals.h
@@ -671,8 +671,7 @@ typedef struct {
float pw_shift_below_this_ampl[max_channels]; /* addr 8684 */
float pw_shift_below_ampl_by[max_channels]; /* addr 8692 */
- /* AVRQ special configs */
- char spare_config1[max_channels]; /* addr 8700 */
+ char zout_relay_high_for_max[max_channels]; /* addr 8700 */
char load_type_dac[max_channels]; /* addr 8702 */
float sparex1[max_channels]; /* addr 8704 */
float sparex2[max_channels]; /* addr 8712 */