- Implemented defpos for multiple motors
- Implemented automatic backup on parameter change - Implemented silent restore - Cleaned a couple of unused flags from connection object
This commit is contained in:
11
SCinter.c
11
SCinter.c
@ -222,15 +222,8 @@ extern char *SkipSpace(char *pPtr);
|
||||
}
|
||||
else
|
||||
{
|
||||
if(!pCon->iDummy)
|
||||
{
|
||||
printf("Executing -> %s <- from dummy socket\n", pText);
|
||||
}
|
||||
else
|
||||
{
|
||||
sprintf(pBueffel,"Executing -> %s <- from sicscron",pText);
|
||||
SICSLogWrite(pBueffel,eCommand);
|
||||
}
|
||||
printf("Executing -> %s <- from dummy socket\n", pText);
|
||||
SICSLogWrite(pBueffel,eCommand);
|
||||
}
|
||||
|
||||
/* convert to argc, argv */
|
||||
|
Reference in New Issue
Block a user