diff options
author | root <root@avtech.domain.avtechpulse.com> | 1970-01-01 09:14:53 +0900 |
---|---|---|
committer | root <root@avtech.domain.avtechpulse.com> | 1970-01-01 09:14:53 +0900 |
commit | dd8cc92a83e426ae110668bc53c306de6216551e (patch) | |
tree | c6d4edabbad3a81461988656ab2af7bbcc912ff0 /globals.h | |
parent | 1518785c23d5122a52259d73e50069f1d8fc8a8b (diff) |
added support for sequential vs binary attenuator stages
Diffstat (limited to 'globals.h')
-rw-r--r-- | globals.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -741,6 +741,8 @@ typedef struct { char ext2_enabled[max_channels]; /* addr 10250, for KMPF */ char toggle_trig_at_boot[max_channels]; /* addr 10252, for IL710 units */ + char sequential_attenuators[max_channels]; /* addr 10254, for AVRZ-5W-B-LVA style of 3 identical attenuators */ + char flash_end; } FlashStruct; |