diff options
author | root <root@avtech.domain.avtechpulse.com> | 1970-01-01 09:47:18 +0900 |
---|---|---|
committer | root <root@avtech.domain.avtechpulse.com> | 1970-01-01 09:47:18 +0900 |
commit | fb30cf57235f6de726760e88a5c7bb79f0767a9b (patch) | |
tree | 66f1c94c1b92b8fc57022795a47a2058eb841761 /globals.h | |
parent | 795d7e6713049a39e17459877222249e70db72f8 (diff) |
allow option to force output on during timing cal
Diffstat (limited to 'globals.h')
-rw-r--r-- | globals.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -614,7 +614,8 @@ typedef struct { float duty_ampl_mid2[max_channels]; /* addr 8102 */ float distort_fully_below_ampl[max_channels]; /* addr 8110 - used with pulse_width_pol_tweak, see S/N 13453 */ - char spare_char[280]; /* 8118 */ + char force_output_on_timing_cal[max_channels]; /* 8118 */ + char spare_char[278]; /* 8120 */ float current_limit_pulse_mode[max_channels]; /* 8398 */ float current_limit_dc_mode[max_channels]; /* 8406 */ |