summaryrefslogtreecommitdiff
path: root/flash.c
diff options
context:
space:
mode:
authorroot <root@avtech.domain.avtechpulse.com>1970-01-01 09:47:18 +0900
committerroot <root@avtech.domain.avtechpulse.com>1970-01-01 09:47:18 +0900
commitfb30cf57235f6de726760e88a5c7bb79f0767a9b (patch)
tree66f1c94c1b92b8fc57022795a47a2058eb841761 /flash.c
parent795d7e6713049a39e17459877222249e70db72f8 (diff)
allow option to force output on during timing cal
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 21bfa79..0095c18 100644
--- a/flash.c
+++ b/flash.c
@@ -729,6 +729,8 @@ static void initFlashValues(FlashStruct *mem)
mem->distort_fully_below_ampl[i]=0.0;
+ mem->force_output_on_timing_cal[i]=0;
+
mem->min_slew[i]=90e6;
mem->max_slew[i]=210e6;
mem->max_high_rl_duty[i]=80.0;