AP_TempCalibration: add floating-point-constant designators

This commit is contained in:
Peter Barker 2019-04-04 16:41:54 +11:00 committed by Tom Pittenger
parent 6cfe7d5f34
commit c2f04615d9

View File

@ -67,7 +67,7 @@ private:
const float exp_limit_max = 2;
const float exp_limit_min = 0;
float learn_delta = 0.01;
float learn_delta = 0.01f;
// require observation of at least 5 degrees of temp range to
// start learning