diff options
Diffstat (limited to 'device-functions.c')
-rw-r--r-- | device-functions.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/device-functions.c b/device-functions.c index 27595b4..aed298d 100644 --- a/device-functions.c +++ b/device-functions.c @@ -2494,12 +2494,6 @@ int Set_VI_Control(int parameter,int channel,float new_ampl,int *point_found,int starting_range=3; } - /* for AVMP-4-B: lower ampl range used for first PW range only */ - if (globals.Flash.use_high_ampl_ranges_for_high_pw_ranges[channel] && - ((globals.Registers.shift_reg_out[3] & 0x7f) > 0)) { - top_range_only=1; - } - if (globals.Flash.couple_first_N_pw_ranges_to_ampl_ranges[channel]) { int curr_pw_range = 0; int parse_sr = globals.Registers.shift_reg_out[3] & 0x7f; |