forked from epics_driver_modules/motorBase
64-bit compatibility.
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
FILENAME... devSmartMotor.cc
|
||||
USAGE... Motor record driver level support for Animatics Corporation SmartMotors.
|
||||
|
||||
Version: $Revision: 1.1 $
|
||||
Version: $Revision: 1.2 $
|
||||
Modified By: $Author: sluiter $
|
||||
Last Modified: $Date: 2007-05-08 14:45:16 $
|
||||
Last Modified: $Date: 2008-03-14 20:21:56 $
|
||||
*/
|
||||
|
||||
/*
|
||||
@@ -132,7 +132,7 @@ static struct board_stat **SmartMotor_cards;
|
||||
static long SmartMotor_init(void *arg)
|
||||
{
|
||||
long rtnval;
|
||||
int after = (int) arg;
|
||||
int after = (arg == 0) ? 0 : 1;
|
||||
|
||||
if (after == 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user