Browse Source

ahrs fixup

mission-4.1.18
Andrew Tridgell 12 years ago
parent
commit
583845cc17
  1. 2
      libraries/AP_AHRS/AP_AHRS.h

2
libraries/AP_AHRS/AP_AHRS.h

@ -199,7 +199,7 @@ protected: @@ -199,7 +199,7 @@ protected:
Vector3f _accel_ef;
// acceleration due to gravity in m/s/s
static constexpr float _gravity = 9.80665;
const float _gravity = 9.80665;
};

Loading…
Cancel
Save