summaryrefslogtreecommitdiff
path: root/flash.c
diff options
context:
space:
mode:
authorMichael J. Chudobiak <mjc@avtechpulse.com>2012-12-14 09:07:24 -0500
committerMichael J. Chudobiak <mjc@avtechpulse.com>2012-12-14 09:07:24 -0500
commitebb312e616b0f9594a8b10a4c5711c655564bc17 (patch)
tree61bb4e12225400532710baa844216a85b10f50b4 /flash.c
parente81d97b4bc79283f788307aad9c24888afb759a2 (diff)
added couple_first_N_pw_ranges_to_ampl_ranges to support PG A+B+C (-M5)
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 8222c8d..bdb8fb2 100644
--- a/flash.c
+++ b/flash.c
@@ -729,6 +729,7 @@ static void initFlashValues(FlashStruct *mem)
mem->vcc2_min[i]=3.0;
mem->use_high_ampl_ranges_for_high_pw_ranges[i]=0;
+ mem->couple_first_N_pw_ranges_to_ampl_ranges[i]=0;
}
mem->relay_delay_in_sec=0.5;