summaryrefslogtreecommitdiffstats
path: root/tach_sensor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tach_sensor.cpp')
-rw-r--r--tach_sensor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tach_sensor.cpp b/tach_sensor.cpp
index 1325365..987e390 100644
--- a/tach_sensor.cpp
+++ b/tach_sensor.cpp
@@ -10,7 +10,7 @@ namespace presence
bool TachSensor::isPresent()
{
- return false;
+ return (tach != 0);
}
} // namespace presence
OpenPOWER on IntegriCloud