diff options
Diffstat (limited to 'globals.h')
-rw-r--r-- | globals.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -353,7 +353,7 @@ typedef struct { int double_pulse; /* 1=on, 0=off */ int pw_ctrl_mode; /* a/b mode */ int func_mode; /* dc or pulse */ - int polarity; /* noninverted or inverted */ + int inverted; /* noninverted or inverted */ int output_state; /* on or off */ int gate_type; /* lo=sync, hi=async */ int trigger_source; /* int, ext, or manual */ @@ -432,7 +432,7 @@ typedef struct { char ChanKey_double_pulse; /* 183 */ char ChanKey_unused; /* 184 */ char ChanKey_func_mode; /* 185 */ - char ChanKey_polarity; /* 186 */ + char ChanKey_inverted; /* 186 */ char ChanKey_output_state; /* 187 */ char ChanKey_gate_type; /* 188 */ char ChanKey_trigger_source; /* 189 */ |