forked from epics_driver_modules/motorBase
MP's fix; Callback and Unlock missing.
This commit is contained in:
@@ -416,7 +416,11 @@ static int motorAxisSetInteger( AXIS_HDL pAxis, motorAxisParam_t function, int v
|
||||
}
|
||||
|
||||
if (status != MOTOR_AXIS_ERROR )
|
||||
{
|
||||
status = motorParam->setInteger( pAxis->params, function, value );
|
||||
motorParam->callCallback(pAxis->params);
|
||||
}
|
||||
epicsMutexUnlock(pAxis->axisMutex);
|
||||
}
|
||||
return (status);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user