From d834c8858e54b29e645b1c37953f95288bf6ccc0 Mon Sep 17 00:00:00 2001 From: smathis Date: Tue, 20 Jan 2026 13:25:15 +0100 Subject: [PATCH] maxVelocity is not unused! --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index 4fe6fca..e93cf38 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,6 @@ ARCH_FILTER=RHEL% motorBase_VERSION=7.2.2 # These headers allow to depend on this library for derived drivers. -HEADERS += src/masterMacsIPPort.h HEADERS += src/masterMacsAxis.h HEADERS += src/masterMacsController.h @@ -18,7 +17,6 @@ HEADERS += src/masterMacsController.h SOURCES += sinqMotor/src/msgPrintControl.cpp SOURCES += sinqMotor/src/sinqAxis.cpp SOURCES += sinqMotor/src/sinqController.cpp -SOURCES += src/masterMacsAsynIPPort.c SOURCES += src/masterMacsAxis.cpp SOURCES += src/masterMacsController.cpp