From 1e9870990accdbac986f9703a3e889cdd613db28 Mon Sep 17 00:00:00 2001 From: Ron Sluiter Date: Tue, 10 May 2005 16:42:48 +0000 Subject: [PATCH] Initialize "update_delay". --- motorApp/PiSrc/drvPIC844.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/motorApp/PiSrc/drvPIC844.cc b/motorApp/PiSrc/drvPIC844.cc index c841f378..e78e4e0e 100644 --- a/motorApp/PiSrc/drvPIC844.cc +++ b/motorApp/PiSrc/drvPIC844.cc @@ -3,9 +3,9 @@ FILENAME... drvPIC844.cc USAGE... Motor record driver level support for Physik Instrumente (PI) GmbH & Co. C-844 motor controller. -Version: $Revision: 1.11 $ +Version: $Revision: 1.12 $ Modified By: $Author: sluiter $ -Last Modified: $Date: 2005-04-14 20:14:11 $ +Last Modified: $Date: 2005-05-10 16:42:48 $ */ /* @@ -133,7 +133,7 @@ struct extern "C" {epicsExportAddress(drvet, drvPIC844);} -static struct thread_args targs = {SCAN_RATE, &PIC844_access}; +static struct thread_args targs = {SCAN_RATE, &PIC844_access, 0.0}; /********************************************************* * Print out driver status report