summaryrefslogtreecommitdiff
path: root/globals.h
diff options
context:
space:
mode:
authorMichael J. Chudobiak <mjc@avtechpulse.com>2018-05-07 10:13:41 -0400
committerMichael J. Chudobiak <mjc@avtechpulse.com>2018-05-07 10:13:41 -0400
commitafe0eaf02c8577bf6f54339e391041acedb1c71e (patch)
tree941f1e1edef64c2b30a587496edb13334133abd8 /globals.h
parent14670765128b8f098486690c582ce29ecfa6b0fb (diff)
add ability to just copy old-style ampl and os initial config data to new 32-ranges
Diffstat (limited to 'globals.h')
-rw-r--r--globals.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/globals.h b/globals.h
index 54418ef..a8fae30 100644
--- a/globals.h
+++ b/globals.h
@@ -495,7 +495,7 @@ typedef struct {
short rcl_misc[max_channels][max_stored_settings]; /* addr 1616 - another misc is stored below */
short rcl_unused[max_stored_settings]; /* addr 1632 */
- float mon_vi_ratio[max_channels][5][2]; /* addr 1640 */
+ float mon_vi_ratio[max_channels][ampl_ranges][ampl_polarities]; /* addr 1640 */
float min_ampl[max_channels]; /* addr 1720 */
float max_ampl[max_channels]; /* addr 1728 */