mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-22 16:48:29 -04:00
AHRS: fixed duplicate gps_use variable in DCM
This commit is contained in:
parent
dcaea1a47a
commit
6c0b7b7f53
@ -42,9 +42,6 @@ public:
|
||||
float get_error_rp(void);
|
||||
float get_error_yaw(void);
|
||||
|
||||
// allow for runtime disabling of GPS usage for position
|
||||
AP_Int8 _gps_use;
|
||||
|
||||
// return a wind estimation vector, in m/s
|
||||
Vector3f wind_estimate(void) {
|
||||
return _wind;
|
||||
|
Loading…
Reference in New Issue
Block a user