- Adapted indenation to new agreed upon system
- Fixed bad status in poldi zug driver
This commit is contained in:
12
dmc.c
12
dmc.c
@@ -46,9 +46,9 @@
|
||||
#include "nxdata.h"
|
||||
#include "dmc.h"
|
||||
|
||||
int InitDmc(SConnection *pCon, SicsInterp *pSics, void *pData,
|
||||
int argc, char *argv[])
|
||||
{
|
||||
AddCommand(pSics,"StoreData",SNStoreDMC,NULL,NULL);
|
||||
return 1;
|
||||
}
|
||||
int InitDmc(SConnection * pCon, SicsInterp * pSics, void *pData,
|
||||
int argc, char *argv[])
|
||||
{
|
||||
AddCommand(pSics, "StoreData", SNStoreDMC, NULL, NULL);
|
||||
return 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user