AP_Baro: MS56XX: Some minor fixes

This commit is contained in:
José Roberto de Souza 2015-09-28 15:43:04 -03:00 committed by Andrew Tridgell
parent d9931b5f34
commit c373ce34d1

View File

@ -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