mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-01 21:48:28 -04:00
AC_Circle: fix compile warnings re float constants
This commit is contained in:
parent
4b97cc1957
commit
b9865c5f3e
@ -101,7 +101,7 @@ void AC_Circle::update()
|
|||||||
|
|
||||||
// double check dt is reasonable
|
// double check dt is reasonable
|
||||||
if (dt >= 0.2f) {
|
if (dt >= 0.2f) {
|
||||||
dt = 0.0;
|
dt = 0.0f;
|
||||||
}
|
}
|
||||||
|
|
||||||
// ramp up angular velocity to maximum
|
// ramp up angular velocity to maximum
|
||||||
|
Loading…
Reference in New Issue
Block a user