From a6e50a06f470f7fec340d6e271b815cf3ede7b70 Mon Sep 17 00:00:00 2001 From: Ron Sluiter Date: Tue, 28 Oct 2003 16:41:14 +0000 Subject: [PATCH] Moved OMS8/44 specific "irqdatastr" from motordrvCom.h to drvOms.h. --- motorApp/OmsSrc/drvOms58.cc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/motorApp/OmsSrc/drvOms58.cc b/motorApp/OmsSrc/drvOms58.cc index 95d70e92..a021c876 100644 --- a/motorApp/OmsSrc/drvOms58.cc +++ b/motorApp/OmsSrc/drvOms58.cc @@ -2,9 +2,9 @@ FILENAME... drvOms58.cc USAGE... Motor record driver level support for OMS model VME58. -Version: $Revision: 1.6 $ +Version: $Revision: 1.7 $ Modified By: $Author: sluiter $ -Last Modified: $Date: 2003-06-05 16:41:44 $ +Last Modified: $Date: 2003-10-28 16:41:14 $ */ /* @@ -1033,7 +1033,6 @@ STATIC int motor_init() pmotorState->motor_in_motion = 0; pmotorState->cmnd_response = false; - pmotorState->irqdata = (struct irqdatastr *) NULL; /* Disable all interrupts */ pmotor->control.cntrlReg = 0;