mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 17:08:28 -04:00
AP_Baro - change data type size of temperature's average filter to int32_t (was int16_t)
This commit is contained in:
parent
d371862fd2
commit
2d65ec2874
@ -38,7 +38,7 @@ class AP_Baro_BMP085 : public AP_Baro
|
|||||||
int16_t ac1, ac2, ac3, b1, b2, mb, mc, md;
|
int16_t ac1, ac2, ac3, b1, b2, mb, mc, md;
|
||||||
uint16_t ac4, ac5, ac6;
|
uint16_t ac4, ac5, ac6;
|
||||||
|
|
||||||
AverageFilterInt16_Size4 _temp_filter;
|
AverageFilterInt32_Size4 _temp_filter;
|
||||||
|
|
||||||
uint32_t _retry_time;
|
uint32_t _retry_time;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user