diff options
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; |