mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-02 14:08:45 -04:00
AP_Baro: fixed build warning
This commit is contained in:
parent
14cf54b2f0
commit
86e85a7089
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user