- fixed an issue when trying to drive a device not yet started up
This commit is contained in:
3
ease.h
3
ease.h
@ -39,7 +39,7 @@ typedef struct {
|
||||
int errCode; /* error code of last operation. not changed on success */
|
||||
EaseState state;
|
||||
time_t cmdtime;
|
||||
int syntax; /* not used in ease, may be used by the driver. used by oicom */
|
||||
int syntax; /* not used in ease, may be used by the driver. used by oxinst.c */
|
||||
char cmd[32];
|
||||
char ans[64];
|
||||
char version[64];
|
||||
@ -47,6 +47,7 @@ typedef struct {
|
||||
int maxflag;
|
||||
time_t readPeriod;
|
||||
unsigned long *updateFlags;
|
||||
int startOk;
|
||||
} EaseBase;
|
||||
|
||||
typedef struct {
|
||||
|
Reference in New Issue
Block a user