Updated to sinqMotor 1.7.0 for disconnect handlingwq!
Some checks failed
Test And Build / Build (push) Failing after 3s
Test And Build / Lint (push) Failing after 3s

This commit is contained in:
2026-01-22 09:54:58 +01:00
parent 6bc2d7de22
commit 66db8ce408

View File

@@ -197,20 +197,6 @@ asynStatus turboPmacAxis::init() {
pC_->stringifyAsynStatus(status));
}
pTurboPmacA_->needInit = true;
status = callParamCallbacks();
if (status != asynSuccess) {
// If we can't communicate with the parameter library, it
// doesn't make sense to try and upstream this to the user ->
// Just log the error
asynPrint(pC_->pasynUser(), ASYN_TRACE_ERROR,
"Controller \"%s\", axis %d => %s, line "
"%d\ncallParamCallbacks failed with %s.\n",
pC_->portName, axisNo_, __PRETTY_FUNCTION__, __LINE__,
pC_->stringifyAsynStatus(status));
return status;
}
return status;
}