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 /globals.h | |
parent | e81d97b4bc79283f788307aad9c24888afb759a2 (diff) |
added couple_first_N_pw_ranges_to_ampl_ranges to support PG A+B+C (-M5)
Diffstat (limited to 'globals.h')
-rw-r--r-- | globals.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -693,6 +693,11 @@ typedef struct { char use_high_ampl_ranges_for_high_pw_ranges[max_channels]; /* addr 10066 - for AVMP-4 */ + char couple_first_N_pw_ranges_to_ampl_ranges[max_channels]; // addr 10068 + // for example, if N = 2 (as for AVR-E3-B-R5-N-M5) + // PG A = pw range 0, ampl range 0 + // PG B = pw range 1, ampl range 1 + // PG C = pw range 2+, ampl range 2 char spare_end; char flash_end; |