From dd8cc92a83e426ae110668bc53c306de6216551e Mon Sep 17 00:00:00 2001 From: root Date: Thu, 1 Jan 1970 09:14:53 +0900 Subject: added support for sequential vs binary attenuator stages --- globals.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'globals.h') diff --git a/globals.h b/globals.h index 7eaf0ff..c8cba93 100644 --- a/globals.h +++ b/globals.h @@ -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; -- cgit