summaryrefslogtreecommitdiff
path: root/flash.c
diff options
context:
space:
mode:
authorMike <mjc@avtechpulse.com>2000-01-01 00:20:23 +0900
committerMike <mjc@avtechpulse.com>2000-01-01 00:20:23 +0900
commit8722d53003e7f18b916e5b8bbd3e527fd1097ca4 (patch)
tree4796db74e4b89379e9cb94ff2336e7e5efb97f0e /flash.c
parent2c73bb707c28fac0f6b1f2725b71e0e4ece92e49 (diff)
separate minimum equiv offset from ampl, for AVIR-4-B-OT
Diffstat (limited to 'flash.c')
-rw-r--r--flash.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/flash.c b/flash.c
index dfa8474..bff0caa 100644
--- a/flash.c
+++ b/flash.c
@@ -731,6 +731,7 @@ static void initFlashValues(FlashStruct *mem)
mem->propagation_delay[i]=10.0e-9;
mem->delay_shrink[i]=40.0e-9;
mem->ampl_zero_equiv[i]=0.1;
+ mem->os_zero_equiv[i]=0.01;
mem->max_duty_low[i]=110.0;
mem->max_duty_high[i]=110.0;