summaryrefslogtreecommitdiff
path: root/flash.c
diff options
context:
space:
mode:
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;