Fixed version requirements for turboPmac version
This commit is contained in:
5
Makefile
5
Makefile
@ -12,11 +12,8 @@ REQUIRED+=motorBase
|
||||
# Specify the version of motorBase we want to build against
|
||||
motorBase_VERSION=7.2.2
|
||||
|
||||
# Specify the version of sinqMotor we want to build against
|
||||
sinqMotor_VERSION=mathis_s
|
||||
|
||||
# Specify the version of turboPmac we want to build against
|
||||
turboPmac_VERSION=mathis_s
|
||||
turboPmac_VERSION=0.10.0
|
||||
|
||||
# These headers allow to depend on this library for derived drivers.
|
||||
HEADERS += src/auxiliaryAxis.h
|
||||
|
@ -37,8 +37,6 @@ class detectorTowerController : public turboPmacController {
|
||||
/**
|
||||
* @brief Overloaded function of turboPmacController
|
||||
*
|
||||
* The function is overloaded in order to read motorCanDisable_
|
||||
*
|
||||
* @param pasynUser
|
||||
* @param value
|
||||
* @return asynStatus
|
||||
@ -48,8 +46,6 @@ class detectorTowerController : public turboPmacController {
|
||||
/**
|
||||
* @brief Overloaded function of turboPmacController
|
||||
*
|
||||
* The function is overloaded to allow resetting an error.
|
||||
*
|
||||
* @param pasynUser Specify the axis via the asynUser
|
||||
* @param value New value
|
||||
* @return asynStatus
|
||||
|
Reference in New Issue
Block a user