diff options
author | Michael J. Chudobiak <mjc@avtechpulse.com> | 2013-08-08 15:42:47 -0400 |
---|---|---|
committer | Michael J. Chudobiak <mjc@avtechpulse.com> | 2013-08-08 15:42:47 -0400 |
commit | 9b3247cc4ac1d731d6221bef448064d14bfddc74 (patch) | |
tree | ddd370037f8fabd9ccb83b1c19329130fbcf5c1d /globals.h | |
parent | 73d7c34660a5fbee66dfe95979778e0f9a86dee6 (diff) |
added basic parser support for EW mode, and added ew_enabled to flash
Diffstat (limited to 'globals.h')
-rw-r--r-- | globals.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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; |