summaryrefslogtreecommitdiff
path: root/globals.h
diff options
context:
space:
mode:
authorMichael J. Chudobiak <mjc@avtechpulse.com>2013-08-08 15:42:47 -0400
committerMichael J. Chudobiak <mjc@avtechpulse.com>2013-08-08 15:42:47 -0400
commit9b3247cc4ac1d731d6221bef448064d14bfddc74 (patch)
treeddd370037f8fabd9ccb83b1c19329130fbcf5c1d /globals.h
parent73d7c34660a5fbee66dfe95979778e0f9a86dee6 (diff)
added basic parser support for EW mode, and added ew_enabled to flash
Diffstat (limited to 'globals.h')
-rw-r--r--globals.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/globals.h b/globals.h
index 7a02879..370facb 100644
--- a/globals.h
+++ b/globals.h
@@ -137,6 +137,7 @@
#define to_Delay 1
#define pw_in_out 0
#define pw_normal 1
+#define pw_ew_ext 2
#define double_on 1
#define double_off 0
#define pol_norm 0
@@ -711,6 +712,9 @@ typedef struct {
// don't use higher ampls in AVPs,
// where PW shifts near max ampl
+
+ char ew_enabled[max_channels]; /* addr 10142 */
+
char spare_end;
char flash_end;