mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-11 02:18:29 -04:00
AP_AHRS - changed parameter order to remove compiler warning
This commit is contained in:
parent
f8210b164c
commit
c96dfb2108
@ -91,8 +91,8 @@ protected:
|
|||||||
|
|
||||||
// note: we use ref-to-pointer here so that our caller can change the GPS without our noticing
|
// note: we use ref-to-pointer here so that our caller can change the GPS without our noticing
|
||||||
// IMU under us without our noticing.
|
// IMU under us without our noticing.
|
||||||
GPS *&_gps;
|
|
||||||
IMU *_imu;
|
IMU *_imu;
|
||||||
|
GPS *&_gps;
|
||||||
|
|
||||||
// true if we are doing centripetal acceleration correction
|
// true if we are doing centripetal acceleration correction
|
||||||
bool _centripetal;
|
bool _centripetal;
|
||||||
|
Loading…
Reference in New Issue
Block a user