Browse Source

AP_InertialSensor: remove unused variable

c415-sdk
Andrew Tridgell 4 years ago committed by Peter Barker
parent
commit
5e60fac37e
  1. 1
      libraries/AP_InertialSensor/AP_InertialSensor.h

1
libraries/AP_InertialSensor/AP_InertialSensor.h

@ -785,7 +785,6 @@ private: @@ -785,7 +785,6 @@ private:
AP_Float caltemp_gyro[INS_MAX_INSTANCES];
AP_Int32 tcal_options;
bool tcal_learning;
int8_t tcal_old_brd_target;
#endif
};

Loading…
Cancel
Save