mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AP_Airspeed: coverity scan - variables not initialized in constructor
This commit is contained in:
parent
9b807fa8a5
commit
93462d0fe3
@ -181,7 +181,7 @@ private:
|
||||
|
||||
Airspeed_Calibration _calibration;
|
||||
float _last_saved_ratio;
|
||||
uint8_t _counter;
|
||||
uint8_t _counter = 0;
|
||||
|
||||
float get_pressure(void);
|
||||
void update_calibration(float raw_pressure);
|
||||
|
Loading…
Reference in New Issue
Block a user