Fixed version requirements for turboPmac version

This commit is contained in:
2025-04-10 09:14:26 +02:00
parent e7a1b546c2
commit 67280f2666
2 changed files with 1 additions and 8 deletions

View File

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

View File

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