mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-22 08:38:36 -04:00
AP_Baro: MS56XX: Some minor fixes
This commit is contained in:
parent
d9931b5f34
commit
c373ce34d1
@ -382,7 +382,7 @@ void AP_Baro_MS5611::_calculate()
|
||||
float SENS;
|
||||
|
||||
// Formulas from manufacturer datasheet
|
||||
// sub -20c temperature compensation is not included
|
||||
// sub -15c temperature compensation is not included
|
||||
|
||||
// we do the calculations using floating point
|
||||
// as this is much faster on an AVR2560, and also allows
|
||||
@ -422,7 +422,7 @@ void AP_Baro_MS5607::_calculate()
|
||||
float SENS;
|
||||
|
||||
// Formulas from manufacturer datasheet
|
||||
// sub -20c temperature compensation is not included
|
||||
// sub -15c temperature compensation is not included
|
||||
|
||||
// we do the calculations using floating point
|
||||
// as this is much faster on an AVR2560, and also allows
|
||||
|
Loading…
Reference in New Issue
Block a user