summaryrefslogtreecommitdiffstats
path: root/monitor/tach_sensor.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'monitor/tach_sensor.hpp')
-rw-r--r--monitor/tach_sensor.hpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/monitor/tach_sensor.hpp b/monitor/tach_sensor.hpp
index ba3465a..4e57ef5 100644
--- a/monitor/tach_sensor.hpp
+++ b/monitor/tach_sensor.hpp
@@ -63,10 +63,7 @@ class TachSensor
/**
* @brief Returns the target speed value
*/
- inline uint64_t getTarget() const
- {
- return _tachTarget;
- }
+ uint64_t getTarget() const;
/**
* @brief Returns the input speed value
OpenPOWER on IntegriCloud