mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-02 05:58:30 -04:00
AP_Airspeed: Remove unneeded initilization
We pre zero all memory
This commit is contained in:
parent
9c7e2f5914
commit
b2d2c6db69
@ -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