maxVelocity is not unused!
This commit is contained in:
2
Makefile
2
Makefile
@@ -10,7 +10,6 @@ ARCH_FILTER=RHEL%
|
|||||||
motorBase_VERSION=7.2.2
|
motorBase_VERSION=7.2.2
|
||||||
|
|
||||||
# These headers allow to depend on this library for derived drivers.
|
# These headers allow to depend on this library for derived drivers.
|
||||||
HEADERS += src/masterMacsIPPort.h
|
|
||||||
HEADERS += src/masterMacsAxis.h
|
HEADERS += src/masterMacsAxis.h
|
||||||
HEADERS += src/masterMacsController.h
|
HEADERS += src/masterMacsController.h
|
||||||
|
|
||||||
@@ -18,7 +17,6 @@ HEADERS += src/masterMacsController.h
|
|||||||
SOURCES += sinqMotor/src/msgPrintControl.cpp
|
SOURCES += sinqMotor/src/msgPrintControl.cpp
|
||||||
SOURCES += sinqMotor/src/sinqAxis.cpp
|
SOURCES += sinqMotor/src/sinqAxis.cpp
|
||||||
SOURCES += sinqMotor/src/sinqController.cpp
|
SOURCES += sinqMotor/src/sinqController.cpp
|
||||||
SOURCES += src/masterMacsAsynIPPort.c
|
|
||||||
SOURCES += src/masterMacsAxis.cpp
|
SOURCES += src/masterMacsAxis.cpp
|
||||||
SOURCES += src/masterMacsController.cpp
|
SOURCES += src/masterMacsController.cpp
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user