Skip to content
Snippets Groups Projects
Commit dc58c8a9 authored by rmackay9's avatar rmackay9
Browse files

AP_Baro - change data type size of temperature's average filter to int32_t (was int16_t)

parent 766abb8e
No related branches found
No related tags found
No related merge requests found
...@@ -38,7 +38,7 @@ class AP_Baro_BMP085 : public AP_Baro ...@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment