diff --git a/src/sinqAxis.h b/src/sinqAxis.h index 1170ef1..cf5584b 100644 --- a/src/sinqAxis.h +++ b/src/sinqAxis.h @@ -601,9 +601,9 @@ asynStatus getAxisParamImpl(A *axis, C *controller, const char *indexName, const char *callerFunctionName, int lineNumber, size_t msgSize, TypeTag) { int readValueInt = 0; - asynStatus status = - getAxisParamImpl(axis, controller, indexName, func, &readValueInt, - callerFunctionName, lineNumber, msgSize); + asynStatus status = getAxisParamImpl(axis, controller, indexName, func, + &readValueInt, callerFunctionName, + lineNumber, msgSize, TypeTag{}); *readValue = readValueInt != 0; return status; }