MP's fix; Callback and Unlock missing.

This commit is contained in:
Ron Sluiter
2010-07-23 18:55:25 +00:00
parent 0b54f04aa3
commit 0e6bc896db
+4
View File
@@ -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);
}