Browse Source

AP_InertialSensor: removed unused product_id function in L3G4200D

mission-4.1.18
Andrew Tridgell 8 years ago
parent
commit
38ff8b3536
  1. 3
      libraries/AP_InertialSensor/AP_InertialSensor_L3G4200D.h

3
libraries/AP_InertialSensor/AP_InertialSensor_L3G4200D.h

@ -24,9 +24,6 @@ public: @@ -24,9 +24,6 @@ public:
/* update accel and gyro state */
bool update() override;
// return product ID
int16_t product_id() const override { return AP_PRODUCT_ID_L3G4200D; }
void start(void) override;
private:

Loading…
Cancel
Save