summaryrefslogtreecommitdiff
path: root/globals.h
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 /globals.h
parente81d97b4bc79283f788307aad9c24888afb759a2 (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.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/globals.h b/globals.h
index 395f832..805e7aa 100644
--- a/globals.h
+++ b/globals.h
@@ -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;