- Adapted indenation to new agreed upon system

- Fixed bad status in poldi zug driver
This commit is contained in:
koennecke
2009-02-13 09:01:03 +00:00
parent 6c7bb14fad
commit eb72d5c486
151 changed files with 38234 additions and 38208 deletions

View File

@ -11,15 +11,15 @@
#include <sics.h>
#include <tcl.h>
int Controller(ClientData clientData, Tcl_Interp *interp,
int argc, char *argv[]);
int SerialInit(SConnection *pCon,SicsInterp *pSics, void *pData,
int argc, char *argv[])
{
int iRet;
int Controller(ClientData clientData, Tcl_Interp * interp,
int argc, char *argv[]);
assert(pSics);
Tcl_CreateCommand(pSics->pTcl,"serialport",Controller,NULL,NULL);
return 1;
}
int SerialInit(SConnection * pCon, SicsInterp * pSics, void *pData,
int argc, char *argv[])
{
int iRet;
assert(pSics);
Tcl_CreateCommand(pSics->pTcl, "serialport", Controller, NULL, NULL);
return 1;
}