Fixed a compilation bug related to sinqMotor 0.8.0

This commit is contained in:
2025-03-04 09:39:32 +01:00
parent dfb55a1b76
commit d6adf1ad2a

View File

@ -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,