Switched to forcedPoll method
This commit is contained in:
@@ -989,7 +989,7 @@ asynStatus masterMacsAxis::enable(bool on) {
|
|||||||
if (switchedOn() == on) {
|
if (switchedOn() == on) {
|
||||||
bool moving = false;
|
bool moving = false;
|
||||||
// Perform a poll to update the parameter library
|
// Perform a poll to update the parameter library
|
||||||
poll(&moving);
|
forcedPoll(&moving);
|
||||||
return asynSuccess;
|
return asynSuccess;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user