From 5314362c83fec5641f194efed0d715b9144ae917 Mon Sep 17 00:00:00 2001 From: smathis Date: Tue, 20 Jan 2026 13:21:32 +0100 Subject: [PATCH] maxVelocity is not unused! --- src/masterMacsAxis.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/masterMacsAxis.cpp b/src/masterMacsAxis.cpp index 9242acc..d638779 100644 --- a/src/masterMacsAxis.cpp +++ b/src/masterMacsAxis.cpp @@ -692,7 +692,6 @@ asynStatus masterMacsAxis::doMove(double position, int relative, // Suppress unused variable warning (void)minVelocity; - (void)maxVelocity; (void)acceleration; // Status of read-write-operations of ASCII commands to the controller