mirror of https://github.com/ArduPilot/ardupilot
AP_GPS: Remove unused private member to get rid of compiler warning in Qurt build
This commit is contained in:
parent
4c72ca6ddc
commit
4d75b44775
|
@ -64,7 +64,6 @@ private:
|
||||||
Vector3f _blended_antenna_offset; // blended antenna offset
|
Vector3f _blended_antenna_offset; // blended antenna offset
|
||||||
float _blended_lag_sec; // blended receiver lag in seconds
|
float _blended_lag_sec; // blended receiver lag in seconds
|
||||||
float _blend_weights[GPS_MAX_RECEIVERS]; // blend weight for each GPS. The blend weights must sum to 1.0 across all instances.
|
float _blend_weights[GPS_MAX_RECEIVERS]; // blend weight for each GPS. The blend weights must sum to 1.0 across all instances.
|
||||||
bool _output_is_blended; // true when a blended GPS solution being output
|
|
||||||
uint8_t _blend_health_counter; // 0 = perfectly health, 100 = very unhealthy
|
uint8_t _blend_health_counter; // 0 = perfectly health, 100 = very unhealthy
|
||||||
|
|
||||||
AP_GPS::GPS_timing &timing;
|
AP_GPS::GPS_timing &timing;
|
||||||
|
|
Loading…
Reference in New Issue