diff options
author | root <root@avtech.domain.avtechpulse.com> | 1970-01-01 09:45:30 +0900 |
---|---|---|
committer | root <root@avtech.domain.avtechpulse.com> | 1970-01-01 09:45:30 +0900 |
commit | b69ba4a8be5b0410c9d93537be4824658904040e (patch) | |
tree | 9198a9d69144dd4d07b1efde106f2975845e031f /flash.c | |
parent | 92572cdd82ef8cce33eb52359f14ab0f2b13bd12 (diff) |
limit maximum PRF if offset is high in 101x-OT unitsINSTRUMENT_6_0_2d
Diffstat (limited to 'flash.c')
-rw-r--r-- | flash.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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; |