summaryrefslogtreecommitdiff
path: root/globals.h
diff options
context:
space:
mode:
authorMichael J. Chudobiak <mjc@avtechpulse.com>2013-08-08 15:22:44 -0400
committerMichael J. Chudobiak <mjc@avtechpulse.com>2013-08-08 15:22:44 -0400
commitdf095b947c630eefdd41bb9e1bd1e27121e506c6 (patch)
tree980965e49d9084f6d6977bb8a6557a18c0f3934a /globals.h
parent4cc3c2c26ad9657407b7e130896a231f693c16f9 (diff)
rename ab_mode vars to pw_ctrl_mode, and remove ab_mode chankey
Diffstat (limited to 'globals.h')
-rw-r--r--globals.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/globals.h b/globals.h
index bb0f7b9..7a02879 100644
--- a/globals.h
+++ b/globals.h
@@ -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 */