CTT wants ABORT_UNSUPPORTED

pull/2/head
Hans-Erik Floryd 2014-10-27 16:12:37 +01:00
parent acd77823d7
commit 6fbb2f7dae
1 changed files with 1 additions and 1 deletions

View File

@ -896,7 +896,7 @@ void ESC_coeprocess (void)
}
else
{
SDO_abort (etohs (coesdo->index), coesdo->subindex, ABORT_UNKNOWN);
SDO_abort (etohs (coesdo->index), coesdo->subindex, ABORT_UNSUPPORTED);
}
MBXcontrol[0].state = MBXstate_idle;
ESCvar.xoe = 0;