diff options
author | Michael J. Chudobiak <mjc@avtechpulse.com> | 2018-05-07 10:13:41 -0400 |
---|---|---|
committer | Michael J. Chudobiak <mjc@avtechpulse.com> | 2018-05-07 10:13:41 -0400 |
commit | afe0eaf02c8577bf6f54339e391041acedb1c71e (patch) | |
tree | 941f1e1edef64c2b30a587496edb13334133abd8 /globals.h | |
parent | 14670765128b8f098486690c582ce29ecfa6b0fb (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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |