aboutsummaryrefslogtreecommitdiff
path: root/sensors.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'sensors.hpp')
-rw-r--r--sensors.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sensors.hpp b/sensors.hpp
index 7d7da31..86ff6a1 100644
--- a/sensors.hpp
+++ b/sensors.hpp
@@ -46,7 +46,7 @@ class SensorBase
virtual void update_values()=0;
public:
virtual ~SensorBase(){}
- void init(int id,std::string _sensor_basename);
+ bool init(int id,std::string _sensor_basename);
void deinit();
void reset();
void worker();