Adjusted char[BUF] template

This commit is contained in:
2025-06-17 08:43:51 +02:00
parent fef61bc804
commit a6f2890c76

View File

@ -635,7 +635,7 @@ asynStatus getAxisParamImpl(A *axis, C *controller, const char *indexName,
template <typename A, typename C, size_t N>
asynStatus getAxisParamImpl(A *axis, C *controller, const char *indexName,
int (C::*func)(), char (&readValue)[N],
int (C::*func)(), char (*readValue)[N],
const char *callerFunctionName, int lineNumber,
TypeTag<char>) {
// Decay the array to char*