maxVelocity is not unused!
Some checks failed
Test And Build / Lint (push) Failing after 3s
Test And Build / Build (push) Successful in 7s

This commit is contained in:
2026-01-20 13:25:15 +01:00
parent 5314362c83
commit d834c8858e

View File

@@ -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