Browse Source

AP_InertialSensor: removed spurious init() method

master
Andrew Tridgell 12 years ago
parent
commit
38031edc9d
  1. 1
      libraries/AP_InertialSensor/AP_InertialSensor_Stub.h

1
libraries/AP_InertialSensor/AP_InertialSensor_Stub.h

@ -14,7 +14,6 @@ public:
} }
/* Concrete implementation of AP_InertialSensor functions: */ /* Concrete implementation of AP_InertialSensor functions: */
uint16_t init();
bool update(); bool update();
bool new_data_available(); bool new_data_available();
float temperature(); float temperature();

Loading…
Cancel
Save