added scan on int bug fix from mit

This commit is contained in:
Jeff Hill
1997-06-25 06:13:41 +00:00
parent 50a059f6a4
commit 8fdfb8738a
+2 -2
View File
@@ -366,7 +366,7 @@ IOSCANPVT *ppvt)
return -1;
}
*ppvt = &caenV265Info[pvmeio->card].scanpvt;
*ppvt = caenV265Info[pvmeio->card].scanpvt;
return 0;
}
@@ -516,7 +516,7 @@ LOCAL void caenV265ISR(unsigned card)
/*
* tell EPICS to scan on int
*/
scanIoRequest(&caenV265Info[card].scanpvt);
scanIoRequest(caenV265Info[card].scanpvt);
return;
}