diff options
author | Michael J. Chudobiak <mjc@avtechpulse.com> | 2014-08-13 15:43:49 -0400 |
---|---|---|
committer | Michael J. Chudobiak <mjc@avtechpulse.com> | 2014-08-13 15:43:49 -0400 |
commit | 6959b9dadb91c32c2582afe0b4abaa040af53504 (patch) | |
tree | b105c8016878b8fd7b3dfc86e1bcbb3e80d28d5b /flash.c | |
parent | 2691b7441d1a8cad7ccb23b766180d9f5176b567 (diff) |
first attempt at better AVRQ amplitude handling
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; |