summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike <mjc@avtechpulse.com>2000-01-01 00:22:39 +0900
committerMike <mjc@avtechpulse.com>2000-01-01 00:22:39 +0900
commit71b03e356dc608900e6c1b71d4301c7b8d4d6cd6 (patch)
tree17187570bcadee8657be097810eac115c4b401b4
parent22c7346e650ef4efb7071652c5130f5b752c868b (diff)
do not add redundant settling time flag when changing ampl mode
-rw-r--r--device-functions.c1
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;