summaryrefslogtreecommitdiff
path: root/globals.h
diff options
context:
space:
mode:
authorroot <root@avtech.domain.avtechpulse.com>1999-12-31 19:03:59 -0500
committerroot <root@avtech.domain.avtechpulse.com>1999-12-31 19:03:59 -0500
commite153488780f86cf6f647b814f8ff6f3a535a0d7e (patch)
tree456c0f07f0d973cfc92dae357cdfb03309f5efa3 /globals.h
parent60c5196e62175458615117aab397aaac9ccda5a1 (diff)
astyle fixes
Diffstat (limited to 'globals.h')
-rw-r--r--globals.h28
1 files changed, 14 insertions, 14 deletions
diff --git a/globals.h b/globals.h
index ca50fdf..ebf7f4e 100644
--- a/globals.h
+++ b/globals.h
@@ -695,21 +695,21 @@ 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
+ // 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
float attenuators[max_channels][max_attens]; // addr 10070
- // smallest attenuators first
- // value = magnitude of attenuation.
- // for example, for 20 dB, use 10.0
- // for 15 dB, use 5.62
- // for 10 dB, use 3.16
+ // smallest attenuators first
+ // value = magnitude of attenuation.
+ // for example, for 20 dB, use 10.0
+ // for 15 dB, use 5.62
+ // for 10 dB, use 3.16
float atten_percent_max_ampl[max_channels]; // addr 10134 - normally 0.93
- // don't use higher ampls in AVPs,
- // where PW shifts near max ampl
+ // don't use higher ampls in AVPs,
+ // where PW shifts near max ampl
char spare_end;
@@ -773,9 +773,9 @@ typedef struct {
// These flags are NOT reset by Main_Rst, and default to 0
typedef struct {
- int shutdown_started;
- int flash_write_in_progress;
- int startup_complete;
+ int shutdown_started;
+ int flash_write_in_progress;
+ int startup_complete;
} SysFlagStruct;