diff options
-rw-r--r-- | device-functions.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/device-functions.c b/device-functions.c index a29d1f1..cb97db8 100644 --- a/device-functions.c +++ b/device-functions.c @@ -2013,6 +2013,7 @@ int Set_Cal_Nom(int channel,int calibration_point_number,int parameter, float *n Set_Pol(channel,pol_norm); + Set_Delay(0,0,0,channel,0.0); status=Set_frequency(0,0,0,globals.Flash.ChanKey_frequency?channel:0,other_setting); if (!status) { @@ -2048,6 +2049,7 @@ int Set_Cal_Nom(int channel,int calibration_point_number,int parameter, float *n other_setting=1.0; /* reduce pulse width if required */ } + Set_Delay(0,0,0,channel,0.0); status=Set_frequency(0,nominal_wordout,range,channel,1.0/nominal_val); if (!status) { |