Print ENDLIST to make consistent with 'list' command.

r983 | ffr | 2006-05-08 14:03:43 +1000 (Mon, 08 May 2006) | 2 lines
This commit is contained in:
Ferdi Franceschini
2006-05-08 14:03:43 +10:00
committed by Douglas Clowes
parent 705f159227
commit e4e85ee389

View File

@@ -1083,6 +1083,7 @@ extern MotorDriver *MakePiPiezo(Tcl_Interp *pTcl, char *pArray);
{ {
self->pDriver->ListDriverPar(self->pDriver,self->name, pCon); self->pDriver->ListDriverPar(self->pDriver,self->name, pCon);
} }
SCWrite(pCon,"ENDLIST",eFinish);
} }
/*--------------------------------------------------------------------------*/ /*--------------------------------------------------------------------------*/
void MotorReset(pMotor pM) void MotorReset(pMotor pM)