From a6f2890c760588a8ad0f5f2cd12f585fd4ce1c72 Mon Sep 17 00:00:00 2001 From: smathis Date: Tue, 17 Jun 2025 08:43:51 +0200 Subject: [PATCH] Adjusted char[BUF] template --- src/sinqAxis.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sinqAxis.h b/src/sinqAxis.h index 5ed828b..042f1cd 100644 --- a/src/sinqAxis.h +++ b/src/sinqAxis.h @@ -635,7 +635,7 @@ asynStatus getAxisParamImpl(A *axis, C *controller, const char *indexName, template 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) { // Decay the array to char*