Added new sinqMotor version as minimum requirement

This commit is contained in:
2025-03-19 15:04:16 +01:00
parent 445dd44c19
commit 83a74ce8d0
2 changed files with 1 additions and 3 deletions

View File

@ -14,7 +14,7 @@ REQUIRED+=sinqMotor
motorBase_VERSION=7.2.2
# Specify the version of sinqMotor we want to build against
sinqMotor_VERSION=mathis_s
sinqMotor_VERSION=0.9.0
# These headers allow to depend on this library for derived drivers.
HEADERS += src/turboPmacAxis.h

View File

@ -1058,8 +1058,6 @@ asynStatus turboPmacAxis::reset() {
snprintf(command, sizeof(command), "P%2.2d01=0", axisNo_);
rw_status = pC_->writeRead(axisNo_, command, response, 0);
asynPrint(pC_->asynUserSelf(), ASYN_TRACE_ERROR, "Resetting\n");
if (rw_status != asynSuccess) {
asynPrint(pC_->asynUserSelf(), ASYN_TRACE_ERROR,
"Controller \"%s\", axis %d => %s, line %d\nResetting the "