Fixed a compilation bug related to sinqMotor 0.8.0
This commit is contained in:
@ -500,8 +500,6 @@ asynStatus turboPmacAxis::doPoll(bool *moving) {
|
|||||||
switch (error) {
|
switch (error) {
|
||||||
case 0:
|
case 0:
|
||||||
// No error -> Reset the message repetition watchdog
|
// No error -> Reset the message repetition watchdog
|
||||||
pC_->msgPrintControl_.shouldBePrinted(keyError, false,
|
|
||||||
pC_->pasynUserSelf);
|
|
||||||
break;
|
break;
|
||||||
case 1:
|
case 1:
|
||||||
// EPICS should already prevent this issue in the first place,
|
// EPICS should already prevent this issue in the first place,
|
||||||
|
Reference in New Issue
Block a user