summaryrefslogtreecommitdiff
path: root/flash.c
diff options
context:
space:
mode:
authorroot <root@avtech.domain.avtechpulse.com>1999-12-31 21:24:39 -0500
committerroot <root@avtech.domain.avtechpulse.com>1999-12-31 21:24:39 -0500
commite3fe9a65f8ebbbbb7fffe65f79ffb235bbb8b029 (patch)
tree3701a7c33e4c9edaa23e4121bd0bcebb69031efb /flash.c
parent34d36d25864d90103cafa363035424e8bf01fad3 (diff)
add config option to force monotonic TRIG-OUT delay when externally triggered.
Diffstat (limited to 'flash.c')
-rw-r--r--flash.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/flash.c b/flash.c
index 1484bb2..0e05caa 100644
--- a/flash.c
+++ b/flash.c
@@ -802,6 +802,8 @@ static void initFlashValues(FlashStruct *mem)
}
mem->atten_percent_max_ampl[i] = 0.93;
+
+ mem->force_monotonic_ext_trig_delay[i] = 0;
}
mem->relay_delay_in_sec=0.5;