mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-05 15:38:29 -04:00
AP_Airspeed: Remove unneeded initilization
We pre zero all memory
This commit is contained in:
parent
9e99f724e5
commit
29d6900888
@ -234,7 +234,7 @@ private:
|
||||
} failures;
|
||||
} state[AIRSPEED_MAX_SENSORS];
|
||||
|
||||
bool calibration_enabled = false;
|
||||
bool calibration_enabled;
|
||||
|
||||
// current primary sensor
|
||||
uint8_t primary;
|
||||
|
Loading…
Reference in New Issue
Block a user