Switched to forcedPoll method

This commit is contained in:
2025-07-24 13:20:30 +02:00
parent 2c0c9a33b7
commit 83f9be3be8

View File

@@ -989,7 +989,7 @@ asynStatus masterMacsAxis::enable(bool on) {
if (switchedOn() == on) {
bool moving = false;
// Perform a poll to update the parameter library
poll(&moving);
forcedPoll(&moving);
return asynSuccess;
}
}