summaryrefslogtreecommitdiff
path: root/flash.c
diff options
context:
space:
mode:
Diffstat (limited to 'flash.c')
-rw-r--r--flash.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/flash.c b/flash.c
index 5801daa..6ec20c0 100644
--- a/flash.c
+++ b/flash.c
@@ -817,6 +817,10 @@ static void initFlashValues(FlashStruct *mem)
mem->max_freq_for_high_ot[i] = 0.0;
mem->high_ot[i] = 0.0;
+
+ for (j=0; j<max_fixed_ampl_points; j++) {
+ mem->fixed_ampl_points[i][j] = 0.0;
+ }
}
mem->relay_delay_in_sec=0.5;