diff options
Diffstat (limited to 'globals.h')
-rw-r--r-- | globals.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -712,7 +712,8 @@ typedef struct { 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 amplitude_settling_time; /* addr 8704 */ + float sparex1; /* addr 8708 */ float sparex2[max_channels]; /* addr 8712 */ float rcl_sparex3[max_channels][max_stored_settings]; /* addr 8720 */ @@ -905,6 +906,7 @@ typedef struct { int do_check_settings; int flash_writes_suspended; int force_output_fully_off; + int need_ampl_settling_time; int attenuators_enabled; } FlagStruct; |