Browse Source

AHRS: fixup for ARM compiler

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

2
libraries/AP_AHRS/AP_AHRS.h

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

Loading…
Cancel
Save