mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-07 00:13:59 -04:00
Copter: remove unneeded initialisation
This commit is contained in:
parent
70c0ba5722
commit
9f6b48b743
@ -245,7 +245,7 @@ private:
|
||||
uint32_t last_healthy_ms;
|
||||
LowPassFilterFloat alt_cm_filt; // altitude filter
|
||||
int8_t glitch_count;
|
||||
} rangefinder_state = { false, false, 0, 0 };
|
||||
} rangefinder_state;
|
||||
|
||||
struct {
|
||||
float target_alt_cm; // desired altitude in cm above the ground
|
||||
|
Loading…
Reference in New Issue
Block a user