mirror of https://github.com/ArduPilot/ardupilot
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
|
||||
// IMU under us without our noticing.
|
||||
GPS *&_gps;
|
||||
IMU *_imu;
|
||||
GPS *&_gps;
|
||||
|
||||
// true if we are doing centripetal acceleration correction
|
||||
bool _centripetal;
|
||||
|
|
Loading…
Reference in New Issue