Matthew Barth | 293477d | 2017-02-17 15:39:36 -0600 | [diff] [blame] | 1 | #include "tach_sensor.hpp" |
2 | |||||
3 | |||||
4 | namespace phosphor | ||||
5 | { | ||||
6 | namespace fan | ||||
7 | { | ||||
8 | namespace presence | ||||
9 | { | ||||
10 | |||||
11 | bool TachSensor::isPresent() | ||||
12 | { | ||||
13 | return false; | ||||
14 | } | ||||
15 | |||||
16 | } // namespace presence | ||||
17 | } // namespace fan | ||||
18 | } // namespace phosphor |