From 38031edc9d2d4ea749716e6d6f4f62bb6ceaa63f Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 6 Dec 2012 13:32:45 +1100 Subject: [PATCH] AP_InertialSensor: removed spurious init() method --- libraries/AP_InertialSensor/AP_InertialSensor_Stub.h | 1 - 1 file changed, 1 deletion(-) diff --git a/libraries/AP_InertialSensor/AP_InertialSensor_Stub.h b/libraries/AP_InertialSensor/AP_InertialSensor_Stub.h index cd1e088872..b96ff108a7 100644 --- a/libraries/AP_InertialSensor/AP_InertialSensor_Stub.h +++ b/libraries/AP_InertialSensor/AP_InertialSensor_Stub.h @@ -14,7 +14,6 @@ public: } /* Concrete implementation of AP_InertialSensor functions: */ - uint16_t init(); bool update(); bool new_data_available(); float temperature();