- various improvements in SE drivers
This commit is contained in:
@ -496,12 +496,11 @@ static int IpsInit(SConnection *con, int argc, char *argv[], int dynamic) {
|
||||
IpsParDef, OxiHandler, IpsStart, NULL, IpsRead,
|
||||
IpsChangeField);
|
||||
if (drv == NULL) return 0;
|
||||
ParPrintf(drv, eValue, "OI Power Supply");
|
||||
drv->d.maxwait = 999999;
|
||||
return 1;
|
||||
}
|
||||
/*----------------------------------------------------------------------------*/
|
||||
void IpsStartup(void) {
|
||||
ParMakeClass(&ipsClass, EaseDrivClass());
|
||||
MakeDriver("IPS", IpsInit, 0);
|
||||
MakeDriver("IPS", IpsInit, 0, "OI Power Supply");
|
||||
}
|
||||
|
Reference in New Issue
Block a user