Fixed type in pmacController.cpp
This commit is contained in:
@@ -788,7 +788,7 @@ asynStatus SeleneController::writeFloat64(asynUser *pasynUser, epicsFloat64 valu
|
|||||||
int function = pasynUser->reason;
|
int function = pasynUser->reason;
|
||||||
asynStatus status = asynError;
|
asynStatus status = asynError;
|
||||||
SeleneAxis *pAxis = NULL;
|
SeleneAxis *pAxis = NULL;
|
||||||
cchar command[64] = {0};
|
char command[64] = {0};
|
||||||
char response[64] = {0};
|
char response[64] = {0};
|
||||||
char message[132];
|
char message[132];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user