diff options
Diffstat (limited to 'flash.c')
-rw-r--r-- | flash.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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; |