diff options
author | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-12-14 09:07:24 -0500 |
---|---|---|
committer | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-12-14 09:07:24 -0500 |
commit | ebb312e616b0f9594a8b10a4c5711c655564bc17 (patch) | |
tree | 61bb4e12225400532710baa844216a85b10f50b4 /flash.c | |
parent | e81d97b4bc79283f788307aad9c24888afb759a2 (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.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |