Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
e618b39687 |
@ -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