diff options
author | Mike <mjc@avtechpulse.com> | 2000-01-01 00:22:39 +0900 |
---|---|---|
committer | Mike <mjc@avtechpulse.com> | 2000-01-01 00:22:39 +0900 |
commit | 71b03e356dc608900e6c1b71d4301c7b8d4d6cd6 (patch) | |
tree | 17187570bcadee8657be097810eac115c4b401b4 | |
parent | 22c7346e650ef4efb7071652c5130f5b752c868b (diff) |
do not add redundant settling time flag when changing ampl mode
-rw-r--r-- | device-functions.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/device-functions.c b/device-functions.c index a84b2cc..7c10704 100644 --- a/device-functions.c +++ b/device-functions.c @@ -1555,7 +1555,6 @@ int Set_EA(int channel,int mode) if (globals.ChannelState[channel].amp_mode!=mode) { globals.Changes.update_amp = YES; - globals.Flags.need_ampl_settling_time = YES; } globals.ChannelState[channel].amp_mode=mode; |