summaryrefslogtreecommitdiff
path: root/flash.c
diff options
context:
space:
mode:
authorMichael J. Chudobiak <mjc@avtechpulse.com>2016-12-12 10:28:17 -0500
committerMichael J. Chudobiak <mjc@avtechpulse.com>2016-12-12 10:28:17 -0500
commit49739e9eae26a1dd871599f38d0e8b68d687ef4a (patch)
tree39f4181c8f09362f764268c251f03dcad6643c00 /flash.c
parent73c84803c8f81253fe3e169b3757ae9978435245 (diff)
Revert force-output-on during timing cal option. Too complex, little reward.
Diffstat (limited to 'flash.c')
-rw-r--r--flash.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/flash.c b/flash.c
index 0095c18..21bfa79 100644
--- a/flash.c
+++ b/flash.c
@@ -729,8 +729,6 @@ 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;