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;
|
||||
asynStatus status = asynError;
|
||||
SeleneAxis *pAxis = NULL;
|
||||
cchar command[64] = {0};
|
||||
char command[64] = {0};
|
||||
char response[64] = {0};
|
||||
char message[132];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user