diff options
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; |