summaryrefslogtreecommitdiff
path: root/flash.c
diff options
context:
space:
mode:
authorMike <mjc@avtechpulse.com>2000-01-01 03:07:30 +0900
committerMike <mjc@avtechpulse.com>2000-01-01 03:07:30 +0900
commit28ff5a039ffe7adbcb4e9c1dd166d0273ea18f8e (patch)
tree12448cf8e4de22e83153c47b959bedbb7b033be1 /flash.c
parent83ff699011be99df03fc1e07fbdc29a6c69341e4 (diff)
first attempt at adding lower duty limit when ZOUT=MAX, for -LV option
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 a384c90..bbe2707 100644
--- a/flash.c
+++ b/flash.c
@@ -747,6 +747,8 @@ static void initFlashValues(FlashStruct *mem)
mem->duty_highRL_above_v[i]=110.0;
mem->duty_highRL_below_v[i]=110.0;
+ mem->switchable_zout_max_duty[i]=0.0;
+
mem->mon_pw_threshold[i]=-1.0;
mem->monitor_step[i]=1.0;