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 a350125..4f76d61 100644
--- a/flash.c
+++ b/flash.c
@@ -881,6 +881,10 @@ static void initFlashValues(FlashStruct *mem)
mem->distort_dac[i] = 6;
mem->distort_enabled[i] = 0;
+
+ mem->double_pulse_extra_pw_margin[i] = 1.0;
+ mem->double_pulse_extra_deadtime[i] = 100.0e-9;
+ mem->double_pulse_min_sep[i] = 1.0e-6;
}
mem->relay_delay_in_sec=0.5;