ahrs fixup

This commit is contained in:
Andrew Tridgell 2013-01-02 12:54:19 +11:00
parent 5923808526
commit 583845cc17

View File

@ -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;
};