From 71b03e356dc608900e6c1b71d4301c7b8d4d6cd6 Mon Sep 17 00:00:00 2001 From: Mike Date: Sat, 1 Jan 2000 00:22:39 +0900 Subject: do not add redundant settling time flag when changing ampl mode --- device-functions.c | 1 - 1 file changed, 1 deletion(-) 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; -- cgit