Fixed type in pmacController.cpp

This commit is contained in:
2024-08-20 11:14:18 +02:00
parent adf8b30692
commit 33f118ce1e

View File

@@ -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];