diff options
Diffstat (limited to 'device-functions.c')
-rw-r--r-- | device-functions.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/device-functions.c b/device-functions.c index 28224ab..a313b26 100644 --- a/device-functions.c +++ b/device-functions.c @@ -2172,7 +2172,11 @@ int Set_Cal_Nom(int channel,int calibration_point_number,int parameter, float *n if (!globals.Flash.volt_ctrl_delay[channel]) { // skipped for voltage-controlled delay (2CHPP) - globals.ChannelState[channel].test_delay_mode=YES; + + if (!channel) { + // no equivalent for CH2 + globals.ChannelState[channel].test_delay_mode=YES; + } status=Set_frequency(0,0,0,globals.Flash.ChanKey_frequency?channel:0,other_setting); } if (!status) { |