summaryrefslogtreecommitdiff
path: root/flash.c
diff options
context:
space:
mode:
Diffstat (limited to 'flash.c')
-rw-r--r--flash.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/flash.c b/flash.c
index 431a7db..8a0926e 100644
--- a/flash.c
+++ b/flash.c
@@ -723,6 +723,8 @@ static void initFlashValues(FlashStruct *mem)
mem->max_duty_mid2[i]=0.0;
mem->duty_ampl_mid2[i]=0.0;
+ mem->distort_fully_below_ampl[i]=0.0;
+
mem->min_slew[i]=90e6;
mem->max_slew[i]=210e6;
mem->max_high_rl_duty[i]=80.0;