Skip to content

Commit

Permalink
AP_GPS: Remove unused private member to get rid of compiler warning i…
Browse files Browse the repository at this point in the history
…n Qurt build
  • Loading branch information
katzfey authored and peterbarker committed Nov 16, 2024
1 parent 4c72ca6 commit 4d75b44
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libraries/AP_GPS/AP_GPS_Blended.h
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ class AP_GPS_Blended : public AP_GPS_Backend
Vector3f _blended_antenna_offset; // blended antenna offset
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.
bool _output_is_blended; // true when a blended GPS solution being output
uint8_t _blend_health_counter; // 0 = perfectly health, 100 = very unhealthy

AP_GPS::GPS_timing &timing;
Expand Down

0 comments on commit 4d75b44

Please sign in to comment.