diff options
author | Michael J. Chudobiak <mjc@avtechpulse.com> | 2016-12-12 10:28:17 -0500 |
---|---|---|
committer | Michael J. Chudobiak <mjc@avtechpulse.com> | 2016-12-12 10:28:17 -0500 |
commit | 49739e9eae26a1dd871599f38d0e8b68d687ef4a (patch) | |
tree | 39f4181c8f09362f764268c251f03dcad6643c00 /device-functions.c | |
parent | 73c84803c8f81253fe3e169b3757ae9978435245 (diff) |
Revert force-output-on during timing cal option. Too complex, little reward.
Diffstat (limited to 'device-functions.c')
-rw-r--r-- | device-functions.c | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/device-functions.c b/device-functions.c index 6bd7d48..ca03f0b 100644 --- a/device-functions.c +++ b/device-functions.c @@ -2065,14 +2065,9 @@ int Set_Cal_Nom(int channel,int calibration_point_number,int parameter, float *n if (reset_state) { Main_Rst(); - if (!globals.Flash.force_output_on_timing_cal[channel]) { - Set_Output_State(true_channel,output_off); - Main_update_shift_registers(); - bus_setpin(PW_ENABLE, 1); /* enable PW circuit (but output relay still off) */ - } else { - Set_Output_State(true_channel,output_on); - Main_update_shift_registers(); - } + Set_Output_State(true_channel,output_off); + Main_update_shift_registers(); + bus_setpin(PW_ENABLE, 1); /* enable PW circuit (but output relay still off) */ } if (disable_errors) { |