diff options
author | Michael J. Chudobiak <mjc@avtechpulse.com> | 2013-08-08 15:22:44 -0400 |
---|---|---|
committer | Michael J. Chudobiak <mjc@avtechpulse.com> | 2013-08-08 15:22:44 -0400 |
commit | df095b947c630eefdd41bb9e1bd1e27121e506c6 (patch) | |
tree | 980965e49d9084f6d6977bb8a6557a18c0f3934a /globals.h | |
parent | 4cc3c2c26ad9657407b7e130896a231f693c16f9 (diff) |
rename ab_mode vars to pw_ctrl_mode, and remove ab_mode chankey
Diffstat (limited to 'globals.h')
-rw-r--r-- | globals.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -327,7 +327,7 @@ typedef struct { int zout; /* Zout in ohms, integer */ int hold_setting; /* pw or duty cycle hold when prf changed */ int double_pulse; /* 1=on, 0=off */ - int ab_mode; /* a/b mode */ + int pw_ctrl_mode; /* a/b mode */ int func_mode; /* dc or pulse */ int polarity; /* noninverted or inverted */ int output_state; /* on or off */ @@ -411,7 +411,7 @@ typedef struct { char ChanKey_zout; /* 181 */ char ChanKey_hold_setting; /* 182 */ char ChanKey_double_pulse; /* 183 */ - char ChanKey_ab_mode; /* 184 */ + char ChanKey_unused; /* 184 */ char ChanKey_func_mode; /* 185 */ char ChanKey_polarity; /* 186 */ char ChanKey_output_state; /* 187 */ |