summaryrefslogtreecommitdiff
path: root/flash.c
diff options
context:
space:
mode:
authorroot <root@avtech.domain.avtechpulse.com>1970-01-01 09:45:30 +0900
committerroot <root@avtech.domain.avtechpulse.com>1970-01-01 09:45:30 +0900
commitb69ba4a8be5b0410c9d93537be4824658904040e (patch)
tree9198a9d69144dd4d07b1efde106f2975845e031f /flash.c
parent92572cdd82ef8cce33eb52359f14ab0f2b13bd12 (diff)
limit maximum PRF if offset is high in 101x-OT unitsINSTRUMENT_6_0_2d
Diffstat (limited to 'flash.c')
-rw-r--r--flash.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/flash.c b/flash.c
index b2bd2f8..5801daa 100644
--- a/flash.c
+++ b/flash.c
@@ -814,6 +814,9 @@ static void initFlashValues(FlashStruct *mem)
mem->atten_percent_max_ampl[i] = 0.93;
mem->force_monotonic_ext_trig_delay[i] = 0;
+
+ mem->max_freq_for_high_ot[i] = 0.0;
+ mem->high_ot[i] = 0.0;
}
mem->relay_delay_in_sec=0.5;