From 83a74ce8d06b9036e8e91b57ab24beddea679c86 Mon Sep 17 00:00:00 2001 From: smathis Date: Wed, 19 Mar 2025 15:04:16 +0100 Subject: [PATCH] Added new sinqMotor version as minimum requirement --- Makefile | 2 +- src/turboPmacAxis.cpp | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile b/Makefile index a9d4d74..5373d33 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/src/turboPmacAxis.cpp b/src/turboPmacAxis.cpp index a4795b9..81db20a 100644 --- a/src/turboPmacAxis.cpp +++ b/src/turboPmacAxis.cpp @@ -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 "