AP_Baro: fixed build warning

This commit is contained in:
Andrew Tridgell 2018-05-04 11:41:35 +10:00
parent 14cf54b2f0
commit 86e85a7089

View File

@ -61,7 +61,7 @@ void loop()
(double)barometer.get_temperature(),
(double)barometer.get_altitude(),
(double)barometer.get_climb_rate(),
read_time);
(unsigned)read_time);
} else {
hal.scheduler->delay(1);
}