diff options
Diffstat (limited to 'device-functions.c')
-rw-r--r-- | device-functions.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/device-functions.c b/device-functions.c index c0472bb..e8a31ec 100644 --- a/device-functions.c +++ b/device-functions.c @@ -4245,8 +4245,8 @@ int I2C_Self_Cal(int channel, int meas_mode, float *meas, float target_time) if (meas_mode == MEAS_PW) { start_gate_override (); - // delay to let oscillator reset, within 20% of a period? - g_usleep((gulong) (2.0e5 / globals.ChannelState[channel].frequency)); + // delay to let oscillator reset - 50% of a period + g_usleep((gulong) (5.0e5 / globals.ChannelState[channel].frequency)); } // reset counters |