From d6adf1ad2a270b0fdb50a9ff204c6d9929be143e Mon Sep 17 00:00:00 2001 From: smathis Date: Tue, 4 Mar 2025 09:39:32 +0100 Subject: [PATCH] Fixed a compilation bug related to sinqMotor 0.8.0 --- src/turboPmacAxis.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/turboPmacAxis.cpp b/src/turboPmacAxis.cpp index 64ef8b3..d13930c 100644 --- a/src/turboPmacAxis.cpp +++ b/src/turboPmacAxis.cpp @@ -500,8 +500,6 @@ asynStatus turboPmacAxis::doPoll(bool *moving) { switch (error) { case 0: // No error -> Reset the message repetition watchdog - pC_->msgPrintControl_.shouldBePrinted(keyError, false, - pC_->pasynUserSelf); break; case 1: // EPICS should already prevent this issue in the first place,