Fixed function call arguments in template
This commit is contained in:
@ -602,7 +602,7 @@ asynStatus getAxisParamImpl(A *axis, C *controller, const char *indexName,
|
||||
size_t msgSize, TypeTag<bool>) {
|
||||
int readValueInt = 0;
|
||||
asynStatus status =
|
||||
getAxisParamImpl(axis, indexName, func, &readValueInt,
|
||||
getAxisParamImpl(axis, controller, indexName, func, &readValueInt,
|
||||
callerFunctionName, lineNumber, msgSize);
|
||||
*readValue = readValueInt != 0;
|
||||
return status;
|
||||
|
Reference in New Issue
Block a user